summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-edbus_svn.bb
diff options
context:
space:
mode:
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 518f7c210..a0298e859 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 @@
1require python-efl.inc 1require ${BPN}.inc
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
4PR = "${INC_PR}.0" 2PR = "${INC_PR}.0"
5SRCREV = "${EFL_SRCREV}" 3SRCREV = "${EFL_SRCREV}"
6DEPENDS += "edbus python-dbus" 4PV = "1.6.99+svnr${SRCPV}"
7RDEPENDS_${PN} += "python-dbus" 5DEFAULT_PREFERENCE = "-1"
8SRCNAME = "python-e_dbus" 6
7SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
8S = "${WORKDIR}/${SRCNAME}"