[oe-commits] Martin Jansa : EFL: bump SRCREV for latest bugfixes and beta release

git version control git at git.openembedded.org
Tue Oct 5 23:27:43 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Sep 27 21:17:56 2010 +0200

EFL: bump SRCREV for latest bugfixes and beta release

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

---

 conf/distro/include/sane-srcrevs.inc    |    2 +-
 recipes/e17/elmdentica_svn.bb           |    2 ++
 recipes/python/python-efl.inc           |    2 +-
 recipes/python/python-elementary_svn.bb |    2 --
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index af31f67..c0c41f8 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -2,4 +2,4 @@
 # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly
 
 OPKG_SRCREV ?= "554"
-EFL_SRCREV ?= "52678"
+EFL_SRCREV ?= "53084"
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 460dbc1..2d6e634 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -7,6 +7,8 @@ AUTHOR = "seabra"
 
 inherit e
 
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
 PV = "0.9.9+svnr${SRCPV}"
 PR = "r1"
 SRCREV = "${EFL_SRCREV}"
diff --git a/recipes/python/python-efl.inc b/recipes/python/python-efl.inc
index 9845fbf..1b4a88f 100644
--- a/recipes/python/python-efl.inc
+++ b/recipes/python/python-efl.inc
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.enlightenment.org"
 # the extension modules.
 DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
 RDEPENDS_${PN} += "python-lang"
-PV = "0.3.1+svnr${SRCPV}"
+PV = "0.7.3+svnr${SRCPV}"
 PR = "ml1"
 
 # necessary to let the call for python-config succeed
diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb
index a38b1aa..4d2a105 100644
--- a/recipes/python/python-elementary_svn.bb
+++ b/recipes/python/python-elementary_svn.bb
@@ -2,5 +2,3 @@ require python-efl.inc
 SRCREV = "${EFL_SRCREV}"
 DEPENDS += "elementary"
 RDEPENDS_${PN} += "python-evas python-ecore python-edje" 
-PV = "0.1+svnr${SRCPV}"
-PR = "ml1"





More information about the Openembedded-commits mailing list