diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-11 16:25:12 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-19 09:31:07 +0200 |
commit | 7f9275b78cae64e0557d1cf0f1a8f233501e808e (patch) | |
tree | 3289db7bcd8ea6657dc2f5ba0a852e0a3ee7741a /meta-efl | |
parent | 10d8c7ae116e231ed175e3a021e8e22d70a2141c (diff) |
efl-from-svn.inc: import from meta-shr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/conf/distro/include/efl-from-svn.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/conf/distro/include/efl-from-svn.inc b/meta-efl/conf/distro/include/efl-from-svn.inc new file mode 100644 index 0000000..1bda8df --- /dev/null +++ b/meta-efl/conf/distro/include/efl-from-svn.inc @@ -0,0 +1,17 @@ +EFL_PREFERRED_VERSION ?= "1.0.999%" +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_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}" |