From: Koen Kooi Date: Thu, 14 Oct 2010 09:37:37 +0000 (+0200) Subject: epiphany: fix EXTRA_OECONF X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68c964ec07d014e1ea41ba46dc5d87583800916;p=openembedded.git epiphany: fix EXTRA_OECONF --- diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb index 0a746820d5..57a5d9a0e3 100644 --- a/recipes/gnome/epiphany_2.30.2.bb +++ b/recipes/gnome/epiphany_2.30.2.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification ca-certificates" RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes" RRECOMMENDS_${PN} = "ca-certificates" -PR = "r3" +PR = "r4" inherit gnome @@ -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}" do_configure_prepend() { touch ${S}/gnome-doc-utils.make