diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-25 12:13:27 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:52 +0100 |
commit | 556a094647b54953298e2cd6fe74cd03957a5fa9 (patch) | |
tree | a2b2d7ef3c4ebd7ebd9b7da18a77bc1922c2b3a4 /meta-efl/conf | |
parent | 8241677dfc083d9f81d30a58e53fc820b7918704 (diff) | |
download | meta-openembedded-556a094647b54953298e2cd6fe74cd03957a5fa9.tar.gz |
efl-from-svn-recipes.inc: update to match new version
* be aware that elocation, efreet and latest eve now depends on edbus2 (edbus directory in svn, e_dbus is edbus1)
and we don't have recipe for edbus2 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.inc | 15 |
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 d3a7e812d..52da95fd0 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,5 @@ | |||
1 | EFL_PREFERRED_VERSION ?= "1.7.0+svn%" | 1 | EFL_PREFERRED_VERSION ?= "1.7.1+svn%" |
2 | EFL_PREFERRED_PYTHON_VERSION ?= "1.7.0+svn%" | ||
2 | 3 | ||
3 | PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" | 4 | PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" |
4 | PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" | 5 | PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" |
@@ -30,11 +31,11 @@ PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}" | |||
30 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" | 31 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" |
31 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" | 32 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" |
32 | 33 | ||
33 | PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}" | 34 | PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
34 | PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}" | 35 | PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
35 | PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}" | 36 | PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
36 | PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}" | 37 | PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
37 | PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}" | 38 | PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
38 | PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}" | 39 | PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_PYTHON_VERSION}" |
39 | 40 | ||
40 | PREFERRED_VERSION_terminology ?= "0.1.0+svn%" | 41 | PREFERRED_VERSION_terminology ?= "0.1.0+svn%" |