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.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
index 57cd545063..dae7faf6da 100644
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ b/meta/recipes-sato/web/web-webkit_git.bb
@@ -11,13 +11,12 @@ DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
11# To access https web pages 11# To access https web pages
12RRECOMMENDS_${PN} += "glib-networking" 12RRECOMMENDS_${PN} += "glib-networking"
13 13
14SRCREV = "0f7019acd9db5383c732d0524c7c3a5eaec9be2b" 14SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
15PV = "0.1+git${SRCPV}" 15PV = "0.1+git${SRCPV}"
16PR = "r0" 16PR = "r1"
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 \ 19 file://link-with-g++.patch"
20 file://make-382.patch"
21 20
22S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
23 22