summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/eve_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/eve_svn.bb')
-rw-r--r--meta-efl/recipes-efl/e17/eve_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
index 5845c2de5..869f8bfdf 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -12,7 +12,9 @@ COMPATIBLE_MACHINE_x86-64 = "(.*)"
12COMPATIBLE_MACHINE_armv7a = "(.*)" 12COMPATIBLE_MACHINE_armv7a = "(.*)"
13 13
14inherit e gettext 14inherit e gettext
15SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" 15SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
16 file://adapt-to-webkit-efl-changes.patch \
17"
16S = "${WORKDIR}/${SRCNAME}" 18S = "${WORKDIR}/${SRCNAME}"
17 19
18do_configure_prepend() { 20do_configure_prepend() {