summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/conf/distro')
-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 4625b1972..b01764596 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 @@
1EFL_PREFERRED_VERSION ?= "1.6.99+svn%" 1EFL_PREFERRED_VERSION ?= "1.7.0+svn%"
2 2
3PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" 3PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
4PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" 4PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
@@ -30,9 +30,10 @@ PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}"
30PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" 30PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}"
31PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" 31PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}"
32 32
33PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}" 33EFL_PYTHON_PREFERRED_VERSION ?= "1.6.99+svn%"
34PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}" 34PREFERRED_VERSION_python-elementary ?= "${EFL_PYTHON_PREFERRED_VERSION}"
35PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}" 35PREFERRED_VERSION_python-ecore ?= "${EFL_PYTHON_PREFERRED_VERSION}"
36PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}" 36PREFERRED_VERSION_python-edbus ?= "${EFL_PYTHON_PREFERRED_VERSION}"
37PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}" 37PREFERRED_VERSION_python-edje ?= "${EFL_PYTHON_PREFERRED_VERSION}"
38PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}" 38PREFERRED_VERSION_python-emotion ?= "${EFL_PYTHON_PREFERRED_VERSION}"
39PREFERRED_VERSION_python-evas ?= "${EFL_PYTHON_PREFERRED_VERSION}"