summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
diff options
context:
space:
mode:
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 0000000000..b2d27fad1b
--- /dev/null
+++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
@@ -0,0 +1,32 @@
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
5PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
6PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
7PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}"
8PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}"
9PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}"
10PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}"
11PREFERRED_VERSION_edje-nativesdk ?= "${EFL_PREFERRED_VERSION}"
12PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}"
13PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}"
14PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}"
15PREFERRED_VERSION_efreet-native ?= "${EFL_PREFERRED_VERSION}"
16PREFERRED_VERSION_eina ?= "${EFL_PREFERRED_VERSION}"
17PREFERRED_VERSION_eina-native ?= "${EFL_PREFERRED_VERSION}"
18PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}"
19PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}"
20PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}"
21PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}"
22PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}"
23PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}"
24
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}"