diff options
Diffstat (limited to 'recipes/python/python-edje_svn.bb')
-rw-r--r-- | recipes/python/python-edje_svn.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/python/python-edje_svn.bb b/recipes/python/python-edje_svn.bb new file mode 100644 index 0000000000..5b429b4922 --- /dev/null +++ b/recipes/python/python-edje_svn.bb @@ -0,0 +1,5 @@ +require python-efl.inc +DEPENDS += "edje python-evas" +RDEPENDS += "python-evas" + +SRC_URI += "file://0001-fix-unicode-conversion.patch;patch=1" |