aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-27 21:17:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-06 01:25:48 +0200
commitb9dcc0a1e8b4bb7fc2618071119d0c7946df5c25 (patch)
treef8ca36a3761c069e5d5d74b2e062587a533fe228 /recipes
parent27583e6ae20860eec81bb293668d8209cd8f5d66 (diff)
downloadopenembedded-b9dcc0a1e8b4bb7fc2618071119d0c7946df5c25.tar.gz
EFL: bump SRCREV for latest bugfixes and beta release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/e17/elmdentica_svn.bb2
-rw-r--r--recipes/python/python-efl.inc2
-rw-r--r--recipes/python/python-elementary_svn.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 460dbc1a4e..2d6e634341 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 9845fbff36..1b4a88f60b 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 a38b1aae68..4d2a105c33 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"