[oe-commits] Martin Jansa : eve: add edbus to DEPENDS, but use older SRCREV which depends on edbus1 not edbus2

git at git.openembedded.org git at git.openembedded.org
Thu Nov 29 10:06:31 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: addd4f6ffc7df17d244da200697f7cc36cf0497b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=addd4f6ffc7df17d244da200697f7cc36cf0497b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Oct 24 13:01:59 2012 +0200

eve: add edbus to DEPENDS, but use older SRCREV which depends on edbus1 not edbus2

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/eve_svn.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
index d760c4a..34cae18 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -1,9 +1,11 @@
 DESCRIPTION = " Enlightenment Web Browser"
 LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
-DEPENDS = "evas ecore edje elementary webkit-efl"
+DEPENDS = "evas ecore edje elementary webkit-efl edbus"
 PV = "0.3.0.0+svnr${SRCPV}"
-SRCREV = "${EFL_SRCREV}"
+# 78126 and newer depends on edbus2
+# SRCREV = "${EFL_SRCREV}"
+SRCREV = "78125"
 
 inherit e gettext
 SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"





More information about the Openembedded-commits mailing list