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:15 +0100
commit700b846ba0e0f31b06459aee3ebb3ce5f1715918 (patch)
treed7445e2998e287360ee0f0bece67ded8fcc4fb85 /meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
parentaa0ddeb79a438b052b11b13d6b7b044f34806fe8 (diff)
downloadpoky-700b846ba0e0f31b06459aee3ebb3ce5f1715918.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 (From OE-Core rev: a0f2d1389a7e76b64003fea391a0cd485ff5fe77) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \
21 file://cross-compile.patch \ 21 file://cross-compile.patch \
22 file://gcc7.patch \ 22 file://gcc7.patch \
23 file://detect-atomics-during-configure.patch \ 23 file://detect-atomics-during-configure.patch \
24 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
24 " 25 "
25 26
26SRC_URI[md5sum] = "0e2d142a586e4ff79cf0324f4fdbf20c" 27SRC_URI[md5sum] = "0e2d142a586e4ff79cf0324f4fdbf20c"