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) | |
| download | meta-openembedded-7f9275b78cae64e0557d1cf0f1a8f233501e808e.tar.gz | |
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 0000000000..1bda8dfa75 --- /dev/null +++ b/meta-efl/conf/distro/include/efl-from-svn.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | EFL_PREFERRED_VERSION ?= "1.0.999%" | ||
| 2 | PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" | ||
| 3 | PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 4 | PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}" | ||
| 5 | PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 6 | PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}" | ||
| 7 | PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 8 | PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}" | ||
| 9 | PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 10 | PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}" | ||
| 11 | PREFERRED_VERSION_efreet-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 12 | PREFERRED_VERSION_eina ?= "${EFL_PREFERRED_VERSION}" | ||
| 13 | PREFERRED_VERSION_eina-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 14 | PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}" | ||
| 15 | PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}" | ||
| 16 | PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}" | ||
| 17 | PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}" | ||
