[oe-commits] Koen Kooi : epiphany: fix EXTRA_OECONF

git version control git at git.openembedded.org
Thu Oct 14 09:40:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c68c964ec07d014e1ea41ba46dc5d87583800916
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c68c964ec07d014e1ea41ba46dc5d87583800916

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 14 11:37:37 2010 +0200

epiphany: fix EXTRA_OECONF

---

 recipes/gnome/epiphany_2.30.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb
index 0a74682..57a5d9a 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





More information about the Openembedded-commits mailing list