diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-02 10:54:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:43 +0100 |
commit | ccd41dd48ceae226cbf6e8a18b7b2da738aba461 (patch) | |
tree | b31cb2048f564c3c15f2c39e8c99762adc23c2ac /meta-efl/recipes-efl | |
parent | 4c7d2c99a937a3e44e2b840f02d48a2f4ca869fe (diff) | |
download | meta-openembedded-ccd41dd48ceae226cbf6e8a18b7b2da738aba461.tar.gz |
edbus2: update SRC_URI
* edbus2 was merged in efl tree and moved to IN-EFL in r81826
there is important fix also in IN-EFL/edbus2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus2_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb index 15e7002e8..1461d46e1 100644 --- a/meta-efl/recipes-efl/efl/edbus2_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb | |||
@@ -6,7 +6,7 @@ PR = "${INC_PR}.1" | |||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | 9 | ${E_SVN}/trunk/IN-EFL;module=${SRCNAME};protocol=http;scmdata=keep \ |
10 | " | 10 | " |
11 | S = "${WORKDIR}/${SRCNAME}" | 11 | S = "${WORKDIR}/${SRCNAME}" |
12 | 12 | ||