summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_git.bb')
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
index dae7faf6da..0c79324791 100644
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ b/meta/recipes-sato/web/web-webkit_git.bb
@@ -13,10 +13,9 @@ RRECOMMENDS_${PN} += "glib-networking"
13 13
14SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503" 14SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
15PV = "0.1+git${SRCPV}" 15PV = "0.1+git${SRCPV}"
16PR = "r1" 16PR = "r2"
17 17
18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
19 file://link-with-g++.patch"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
@@ -24,8 +23,4 @@ EXTRA_OECONF = "--enable-libowl"
24 23
25inherit autotools pkgconfig 24inherit autotools pkgconfig
26 25
27do_configure_prepend() {
28 touch ${S}/src/dummy.cpp
29}
30
31FILES_${PN} += "${datadir}/web2" 26FILES_${PN} += "${datadir}/web2"