summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-25 01:35:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-09 09:24:02 +0100
commita0f2d1389a7e76b64003fea391a0cd485ff5fe77 (patch)
treed5f9fce0f2f49de633832767997d86919879d513 /meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
parent058b155a66c5f81573379d258250323c72901ff7 (diff)
downloadopenembedded-core-contrib-a0f2d1389a7e76b64003fea391a0cd485ff5fe77.tar.gz
webkitgtk: Do not use -isystem forcibly
this causes include_next <stdlib.h> to not find this header since -isystem <sysroot> is added via cmake, we alrady are using --sysroot so rely on that Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.16.6.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.16.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
index fbc74dc4da..387965970e 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
@@ -21,6 +21,7 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
file://cross-compile.patch \
file://gcc7.patch \
file://detect-atomics-during-configure.patch \
+ file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
"
SRC_URI[md5sum] = "0e2d142a586e4ff79cf0324f4fdbf20c"