aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edbus2_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-11-23 09:06:34 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:04:53 +0100
commit1055c6d72790c4e2c132b39f0328592704c3161d (patch)
treeaaf0386fe0e78b6c345a1513a5da42e0456822d7 /meta-efl/recipes-efl/efl/edbus2_svn.bb
parent4b355ae8bcbd053e662fc340804195e3af055815 (diff)
downloadmeta-openembedded-contrib-1055c6d72790c4e2c132b39f0328592704c3161d.tar.gz
edbus2: add recipe for new edbus implementation needed for eve and later efl-1.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/edbus2_svn.bb')
-rw-r--r--meta-efl/recipes-efl/efl/edbus2_svn.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb
new file mode 100644
index 0000000000..58ef853b9c
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb
@@ -0,0 +1,11 @@
+require ${BPN}.inc
+
+SRCREV = "${EFL_SRCREV}"
+PV = "1.7.99+svnr${SRCPV}"
+PR = "${INC_PR}.0"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "\
+ ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
+"
+S = "${WORKDIR}/${SRCNAME}"