summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-11-10 17:11:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-11 10:08:12 +0000
commitc967114b0e162b8111cb06b719e141036474d92a (patch)
tree5790cd4a645d93f0c1ebe2acfae4e4cada110015 /meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
parent57f75912e994aea40a7ea48f28be2f0d7d8522dc (diff)
downloadpoky-c967114b0e162b8111cb06b719e141036474d92a.tar.gz
webkitgtk: fix build with ICU 68.1
ICU 68.1 doesn't expose TRUE/FALSE macros anymore, so backport a patch to fix the build from upstream. (From OE-Core rev: 55e09fff01758088bba51ab6a24f833a8846683e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.30.2.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.30.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
index 94fcbd8abe..58b66c0f66 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
@@ -18,6 +18,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
18 file://0001-Fix-build-with-musl.patch \ 18 file://0001-Fix-build-with-musl.patch \
19 file://include_array.patch \ 19 file://include_array.patch \
20 file://include_xutil.patch \ 20 file://include_xutil.patch \
21 file://0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch \
21 " 22 "
22SRC_URI[sha256sum] = "c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a" 23SRC_URI[sha256sum] = "c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a"
23 24