From c74b7712d85b9d3d75a4da092527492a245dd0a4 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Wed, 12 Jan 2011 08:55:53 +0100 Subject: epiphany-2.30.2: unbreak build by disabling CA files This is a workaround to unbreak the build of epiphany for various host operating systems, since nobody was able/willing to fix it in the right way. see also: * * Signed-off-by: Steffen Sledz Acked-by: Graeme Gregory --- recipes/gnome/epiphany_2.30.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gnome/epiphany_2.30.2.bb') diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb index 57a5d9a0e3..3a8b5f58cb 100644 --- a/recipes/gnome/epiphany_2.30.2.bb +++ b/recipes/gnome/epiphany_2.30.2.bb @@ -11,7 +11,7 @@ SRC_URI[archive.md5sum] = "29b084acfa016540d91d3601ec3dff5c" SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a" -EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO}" +EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO} --without-ca-file" do_configure_prepend() { touch ${S}/gnome-doc-utils.make -- cgit 1.2.3-korg