diff options
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_git.bb')
-rw-r--r-- | meta/recipes-sato/web/web-webkit_git.bb | 9 |
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 | ||
14 | SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503" | 14 | SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503" |
15 | PV = "0.1+git${SRCPV}" | 15 | PV = "0.1+git${SRCPV}" |
16 | PR = "r1" | 16 | PR = "r2" |
17 | 17 | ||
18 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 18 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" |
19 | file://link-with-g++.patch" | ||
20 | 19 | ||
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
22 | 21 | ||
@@ -24,8 +23,4 @@ EXTRA_OECONF = "--enable-libowl" | |||
24 | 23 | ||
25 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
26 | 25 | ||
27 | do_configure_prepend() { | ||
28 | touch ${S}/src/dummy.cpp | ||
29 | } | ||
30 | |||
31 | FILES_${PN} += "${datadir}/web2" | 26 | FILES_${PN} += "${datadir}/web2" |