[oe-commits] Thomas Zimmermann : Update eve to revision 41151, any newer version needs webkit-efl > 0.1

git version control git at git.openembedded.org
Thu Sep 10 11:50:28 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: c9f0d005168136d36d0c08a5609785c7975ede97
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9f0d005168136d36d0c08a5609785c7975ede97

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Tue Sep  1 14:46:01 2009 +0000

Update eve to revision 41151, any newer version needs webkit-efl > 0.1

---

 conf/distro/include/shr-autorev-unstable.inc |    1 +
 recipes/e17/eve_svn.bb                       |   12 +++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index 5e7a0dd..bbf453e 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -81,6 +81,7 @@ SRCREV_pn-python-phoneutils = "${AUTOREV}"
 
 # E17 stuff
 EFL_SRCREV = "41040"
+SRCREV_pn-eve = "41151"
 SRCREV_pn-python-elementary = "41040"
 SRCREV_pn-e-wm-config-illume-shr = "${AUTOREV}"
 SRCREV_pn-e-wm-sysactions-shr = "${AUTOREV}"
diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
index cab03c3..3e55d7f 100644
--- a/recipes/e17/eve_svn.bb
+++ b/recipes/e17/eve_svn.bb
@@ -1,12 +1,14 @@
 DESCRIPTION = " Enlightenment webbrowser"
 LICENSE = "GPL"
 DEPENDS = "webkit-efl evas ecore edje"
-PV="0.0.1"
-PR="r1"
+PV="0.0.1+r${SRCPV}"
+PR="r2"
+
+LDFLAGS += "-lstdc++"
 
 inherit e
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http"
-S = "${WORKDIR}/eve"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http\
+"
 
-FILES_${PN} += "${datadir}"
+S = "${WORKDIR}/eve"





More information about the Openembedded-commits mailing list