diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-22 10:25:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 09:32:56 +0100 |
commit | b415fe7782e0f0579ab539829b803b97d785a194 (patch) | |
tree | 96902daa3388effe7698902f2b0e4a05be78f81c /meta-efl/recipes-efl | |
parent | 4b5cff547101ff5c2098bdf1821977463890c4ac (diff) | |
download | meta-openembedded-b415fe7782e0f0579ab539829b803b97d785a194.tar.gz |
edbus2: include edbus-codegen in PN-utils
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb index 58ef853b9..15e7002e8 100644 --- a/meta-efl/recipes-efl/efl/edbus2_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb | |||
@@ -2,10 +2,13 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.7.99+svnr${SRCPV}" | 4 | PV = "1.7.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | 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;module=${SRCNAME};protocol=http;scmdata=keep \ |
10 | " | 10 | " |
11 | S = "${WORKDIR}/${SRCNAME}" | 11 | S = "${WORKDIR}/${SRCNAME}" |
12 | |||
13 | PACKAGES =+ "${PN}-utils" | ||
14 | FILES_${PN}-utils = "${bindir}/edbus-codegen" | ||