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:02 +0100
commitf1741a8209e56cdf51223678239a680d8788f71f (patch)
tree6b31a03e5877a4b55208440ac8cf0c3b227d0be8 /meta/recipes-sato/webkit/webkitgtk_2.24.0.bb
parente0a1ae3863bc229512d43e4a5248551bf25950e5 (diff)
downloadopenembedded-core-f1741a8209e56cdf51223678239a680d8788f71f.tar.gz
webkitgtk: Fix build with clang
Newer version of webkitgtk has some compile failures with clang/libc++ combination. 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 \
file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
file://0001-Fix-build-with-musl.patch \
file://detect-gstreamer-gl.patch \
+ file://include_array.patch \
+ file://narrowing.patch \
+ file://snprintf.patch \
"
SRC_URI[md5sum] = "576d69c598b3e36c73441052d02466de"