diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 09:02:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 20:46:39 +0100 |
commit | 39b661eb0baab17f733df854b05047aedf3f726b (patch) | |
tree | 5f080b5bdccb46782cfdc681dde0ab575fa1de9b /meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | |
parent | 572e50d73a1ddf97ec5e81fb114bbb5c730cae2e (diff) | |
download | poky-39b661eb0baab17f733df854b05047aedf3f726b.tar.gz |
webkitgtk: Add patch to fix gcc5 compile issues
Without this patch, webkitgtk fails to build with gcc5. I found Khem had
sent the patch against Qt for the same issue we were seeing on mips/ppc.
(From OE-Core rev: a4f5e826689a6ab85e9d7424aa32602760d386bf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.8.5.bb')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb index 365f20bbb8..82d670d944 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | |||
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d842 | |||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | 14 | http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ |
15 | file://0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch \ | 15 | file://0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch \ |
16 | file://gcc5.patch \ | ||
16 | " | 17 | " |
17 | SRC_URI[md5sum] = "df79991848a5096d3a75289ebce547ae" | 18 | SRC_URI[md5sum] = "df79991848a5096d3a75289ebce547ae" |
18 | SRC_URI[sha256sum] = "3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20" | 19 | SRC_URI[sha256sum] = "3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20" |