summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-19 18:27:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-26 10:09:08 +0100
commit852808d4c1e20004ae5e2319889e2766401173c1 (patch)
treed60f482c15f68df8fc3a0e0b7a229c42b4ff0476 /meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
parent97f7d3970235f3c1775f9101d2873370bcad22c3 (diff)
downloadpoky-852808d4c1e20004ae5e2319889e2766401173c1.tar.gz
webkitgtk: Fix build with clang
Newer version of webkitgtk has some compile failures with clang/libc++ combination. (From OE-Core rev: f1741a8209e56cdf51223678239a680d8788f71f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.24.0.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.24.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.0.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
index 58c06dc8bc..808c92a378 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
@@ -20,6 +20,9 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
20 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \ 20 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
21 file://0001-Fix-build-with-musl.patch \ 21 file://0001-Fix-build-with-musl.patch \
22 file://detect-gstreamer-gl.patch \ 22 file://detect-gstreamer-gl.patch \
23 file://include_array.patch \
24 file://narrowing.patch \
25 file://snprintf.patch \
23 " 26 "
24 27
25SRC_URI[md5sum] = "576d69c598b3e36c73441052d02466de" 28SRC_URI[md5sum] = "576d69c598b3e36c73441052d02466de"