summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/edbus2_svn.bb5
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
3SRCREV = "${EFL_SRCREV}" 3SRCREV = "${EFL_SRCREV}"
4PV = "1.7.99+svnr${SRCPV}" 4PV = "1.7.99+svnr${SRCPV}"
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.1"
6DEFAULT_PREFERENCE = "-1" 6DEFAULT_PREFERENCE = "-1"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ 9 ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
10" 10"
11S = "${WORKDIR}/${SRCNAME}" 11S = "${WORKDIR}/${SRCNAME}"
12
13PACKAGES =+ "${PN}-utils"
14FILES_${PN}-utils = "${bindir}/edbus-codegen"