aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-30 13:16:53 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-09-05 10:05:03 +0200
commit945134094d2e6bab0978c81c1784c20c185ba842 (patch)
tree6f0aca01e20f5a6c4434ed1126bc3cc747fe9d60 /meta-efl/conf
parent62884020d9119fea79dad44c9f62e4a01448c628 (diff)
downloadmeta-openembedded-contrib-945134094d2e6bab0978c81c1784c20c185ba842.tar.gz
e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipes
* python bindings tarball are not released yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/conf')
-rw-r--r--meta-efl/conf/distro/include/efl-from-svn-recipes.inc15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
index 4625b1972a..b017645964 100644
--- a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
+++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
@@ -1,4 +1,4 @@
-EFL_PREFERRED_VERSION ?= "1.6.99+svn%"
+EFL_PREFERRED_VERSION ?= "1.7.0+svn%"
PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
@@ -30,9 +30,10 @@ PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}"
-PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}"
+EFL_PYTHON_PREFERRED_VERSION ?= "1.6.99+svn%"
+PREFERRED_VERSION_python-elementary ?= "${EFL_PYTHON_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-ecore ?= "${EFL_PYTHON_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-edbus ?= "${EFL_PYTHON_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-edje ?= "${EFL_PYTHON_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-emotion ?= "${EFL_PYTHON_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-evas ?= "${EFL_PYTHON_PREFERRED_VERSION}"