aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-edje_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-edje_svn.bb')
-rw-r--r--meta-efl/recipes-devtools/python/python-edje_svn.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb
index a6b376c2c2..3d392d0ff8 100644
--- a/meta-efl/recipes-devtools/python/python-edje_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb
@@ -1,9 +1,10 @@
-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 += "edje python-evas evas"
-RDEPENDS_${PN} += "python-evas"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
SRC_URI += "file://0001-fix-unicode-conversion.patch"