summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-04-26 08:51:29 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-04-26 13:49:15 +0200
commit05595025539ab529b123d009c116306d1b680e00 (patch)
tree3bea7130cdf786b01472ab9aecb98cd940228bcc /meta-efl/conf/distro/include/efl-from-svn-recipes.inc
parent750e6392954d6fab7a3650bbeaa3ae48ff00e617 (diff)
downloadast2050-yocto-openembedded-05595025539ab529b123d009c116306d1b680e00.zip
ast2050-yocto-openembedded-05595025539ab529b123d009c116306d1b680e00.tar.gz
efl-from-svn.inc: rename
* people with this included will notice new release recipes and use them if possible without breaking upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/conf/distro/include/efl-from-svn-recipes.inc')
-rw-r--r--meta-efl/conf/distro/include/efl-from-svn-recipes.inc32
1 files changed, 32 insertions, 0 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
new file mode 100644
index 0000000..b2d27fa
--- /dev/null
+++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
@@ -0,0 +1,32 @@
+EFL_PREFERRED_VERSION ?= "1.2.0+svn%"
+EFL_PREFERRED_VERSION_1.0 ?= "1.0.0+svn%"
+EFL_PREFERRED_VERSION_EET ?= "1.6.0+svn%"
+
+PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_edje-nativesdk ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_efreet-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_eina ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_eina-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}"
+
+PREFERRED_VERSION_eet ?= "${EFL_PREFERRED_VERSION_EET}"
+PREFERRED_VERSION_eet-native ?= "${EFL_PREFERRED_VERSION_EET}"
+
+PREFERRED_VERSION_eio ?= "${EFL_PREFERRED_VERSION_1.0}"
+PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION_1.0}"
+PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION_1.0}"
+PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION_1.0}"
+PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION_1.0}"
OpenPOWER on IntegriCloud