From 99df0c34705006cbab9de58bf6b796728a295b7a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 21 Apr 2017 08:09:12 -0700 Subject: webkitgtk: Upgrade to 2.16.1 Fix build with gcc7 Move all patches to webkit folder Drop patches that were backports or have been upstreamed (From OE-Core rev: bfbdd1a2069f199be9ba0909dd512469ff17b65e) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/webkitgtk/x32_support.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'meta/recipes-sato/webkit/webkitgtk/x32_support.patch') diff --git a/meta/recipes-sato/webkit/webkitgtk/x32_support.patch b/meta/recipes-sato/webkit/webkitgtk/x32_support.patch index fea4c27147..5f23837585 100644 --- a/meta/recipes-sato/webkit/webkitgtk/x32_support.patch +++ b/meta/recipes-sato/webkit/webkitgtk/x32_support.patch @@ -3,11 +3,11 @@ Subject: Fix FTBFS in x32 Bug-Debian: https://bugs.debian.org/700795 Upstream-Status: Pending Signed-off-by: Christopher Larson -Index: webkitgtk/Source/WTF/wtf/Platform.h +Index: webkitgtk-2.16.1/Source/WTF/wtf/Platform.h =================================================================== ---- webkitgtk.orig/Source/WTF/wtf/Platform.h -+++ webkitgtk/Source/WTF/wtf/Platform.h -@@ -182,8 +182,12 @@ +--- webkitgtk-2.16.1.orig/Source/WTF/wtf/Platform.h ++++ webkitgtk-2.16.1/Source/WTF/wtf/Platform.h +@@ -172,7 +172,11 @@ /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */ #if defined(__x86_64__) \ || defined(_M_X64) @@ -15,8 +15,7 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h +#define WTF_CPU_X86_64_32 1 +#else #define WTF_CPU_X86_64 1 - #endif +#endif + #define WTF_CPU_X86_SSE2 1 + #endif - /* CPU(ARM64) - Apple */ - #if (defined(__arm64__) && defined(__APPLE__)) || defined(__aarch64__) -- cgit v1.2.3-54-g00ecf