summaryrefslogtreecommitdiffstats
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.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb
new file mode 100644
index 0000000000..581cc1c491
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb
@@ -0,0 +1,8 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+SRCREV = "${EFL_SRCREV}"
+DEPENDS += "edje python-evas"
+RDEPENDS_${PN} += "python-evas"
+
+SRC_URI += "file://0001-fix-unicode-conversion.patch"