diff options
Diffstat (limited to 'recipes/python/python-edje_svn.bb')
-rw-r--r-- | recipes/python/python-edje_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-edje_svn.bb b/recipes/python/python-edje_svn.bb index 2c087cabfd..0e29de183d 100644 --- a/recipes/python/python-edje_svn.bb +++ b/recipes/python/python-edje_svn.bb @@ -3,4 +3,4 @@ SRCREV = "${EFL_SRCREV}" DEPENDS += "edje python-evas" RDEPENDS += "python-evas" -SRC_URI += "file://0001-fix-unicode-conversion.patch;patch=1" +SRC_URI += "file://0001-fix-unicode-conversion.patch;apply=yes" |