summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-04-24 09:00:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-04-26 13:49:15 +0200
commit750e6392954d6fab7a3650bbeaa3ae48ff00e617 (patch)
tree98852618edb7afdb58acdbd795d7d9363c74831c /meta-efl/conf
parent0b8274e661c9dbdf3ad691af800e68aa8ba28f0e (diff)
downloadmeta-openembedded-750e6392954d6fab7a3650bbeaa3ae48ff00e617.tar.gz
meta-efl: add recipes for new released versions
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created 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.inc17
1 files changed, 14 insertions, 3 deletions
diff --git a/meta-efl/conf/distro/include/efl-from-svn.inc b/meta-efl/conf/distro/include/efl-from-svn.inc
index 03f203cea..b2d27fad1 100644
--- a/meta-efl/conf/distro/include/efl-from-svn.inc
+++ b/meta-efl/conf/distro/include/efl-from-svn.inc
@@ -1,10 +1,14 @@
1EFL_PREFERRED_VERSION ?= "1.1.%" 1EFL_PREFERRED_VERSION ?= "1.2.0+svn%"
2EFL_PREFERRED_VERSION_1.0 ?= "1.0.0+svn%"
3EFL_PREFERRED_VERSION_EET ?= "1.6.0+svn%"
4
2PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" 5PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
3PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" 6PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
4PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}" 7PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}"
5PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}" 8PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}"
6PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}" 9PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}"
7PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}" 10PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}"
11PREFERRED_VERSION_edje-nativesdk ?= "${EFL_PREFERRED_VERSION}"
8PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}" 12PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}"
9PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}" 13PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}"
10PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}" 14PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}"
@@ -17,5 +21,12 @@ PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}"
17PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}" 21PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}"
18PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}" 22PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}"
19PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}" 23PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}"
20PREFERRED_VERSION_eet ?= "1.5.%" 24
21PREFERRED_VERSION_eet-native ?= "1.5%" 25PREFERRED_VERSION_eet ?= "${EFL_PREFERRED_VERSION_EET}"
26PREFERRED_VERSION_eet-native ?= "${EFL_PREFERRED_VERSION_EET}"
27
28PREFERRED_VERSION_eio ?= "${EFL_PREFERRED_VERSION_1.0}"
29PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION_1.0}"
30PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION_1.0}"
31PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION_1.0}"
32PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION_1.0}"