diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-14 10:15:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:53 +0100 |
commit | 2e702c1168bbfb66281c27cc3761e0ac9f17ede0 (patch) | |
tree | 3a13e4bf8e3bddd4a893ac0a32690992e31412bd /meta-efl/recipes-efl/efl/eina_svn.bb | |
parent | 19090f5ed4c89a2229e68ca1e84a85a1d82cf426 (diff) | |
download | meta-openembedded-2e702c1168bbfb66281c27cc3761e0ac9f17ede0.tar.gz |
efl: update svn recipes to use 1.7 branch
* E17 will depend only on EFL 1.7 (probably 1.7.2)
* next EFL release we'll have to update recipes a lot to use unified EFL
source tree, maybe also git instead of svn
* some libs are for newer EFL_SRCREV moved to IN-EFL subdirectory in
trunk (eet eina embryo eo evas evil)
* trunk depends on edbus2 (edbus dir instead of e_dbus)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/eina_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/eina_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/eina_svn.bb b/meta-efl/recipes-efl/efl/eina_svn.bb index f5b92aad2..78730be7d 100644 --- a/meta-efl/recipes-efl/efl/eina_svn.bb +++ b/meta-efl/recipes-efl/efl/eina_svn.bb | |||
@@ -5,7 +5,9 @@ PV = "1.7.1+svnr${SRCPV}" | |||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRCNAME_append = "-1.7" | ||
9 | |||
8 | SRC_URI = "\ | 10 | SRC_URI = "\ |
9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
10 | " | 12 | " |
11 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |