aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index af31f67a57..c0c41f8cfb 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 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"