From b9dcc0a1e8b4bb7fc2618071119d0c7946df5c25 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 27 Sep 2010 21:17:56 +0200 Subject: EFL: bump SRCREV for latest bugfixes and beta release Signed-off-by: Martin Jansa --- recipes/e17/elmdentica_svn.bb | 2 ++ recipes/python/python-efl.inc | 2 +- recipes/python/python-elementary_svn.bb | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes') 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" -- cgit 1.2.3-korg