aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-edbus_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-13 15:27:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-08-20 09:58:08 +0200
commitab19e33a9d9c77074def6e74ac72e84439cd0bee (patch)
tree68e8e91b89418f910ce4c4eff3b20d06ba548871 /meta-efl/recipes-devtools/python/python-edbus_svn.bb
parent7c28fa0c71de1b487d05695b8401333140bc76b5 (diff)
downloadmeta-openembedded-contrib-ab19e33a9d9c77074def6e74ac72e84439cd0bee.tar.gz
python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-edbus_svn.bb')
-rw-r--r--meta-efl/recipes-devtools/python/python-edbus_svn.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edbus_svn.bb b/meta-efl/recipes-devtools/python/python-edbus_svn.bb
index 518f7c2102..a0298e8596 100644
--- a/meta-efl/recipes-devtools/python/python-edbus_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-edbus_svn.bb
@@ -1,8 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "edbus python-dbus"
-RDEPENDS_${PN} += "python-dbus"
-SRCNAME = "python-e_dbus"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"