From d5f1f966cd26b33090f5c11d5fae180979a718cb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Jul 2013 23:08:32 -0700 Subject: webkit: Remove local patches These patches are now on OE-Core Signed-off-by: Khem Raj Signed-off-by: Riku Voipio --- .../recipes-sato/webkit/files/aarch64.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta-aarch64/recipes-sato/webkit/files/aarch64.patch (limited to 'meta-aarch64/recipes-sato/webkit/files') diff --git a/meta-aarch64/recipes-sato/webkit/files/aarch64.patch b/meta-aarch64/recipes-sato/webkit/files/aarch64.patch deleted file mode 100644 index 644cc0bf..00000000 --- a/meta-aarch64/recipes-sato/webkit/files/aarch64.patch +++ /dev/null @@ -1,39 +0,0 @@ -Index: webkit-1.8.3/Source/JavaScriptCore/wtf/Platform.h -=================================================================== ---- webkit-1.8.3.orig/Source/JavaScriptCore/wtf/Platform.h 2013-06-12 00:58:14.000000000 -0700 -+++ webkit-1.8.3/Source/JavaScriptCore/wtf/Platform.h 2013-06-12 00:59:18.764056782 -0700 -@@ -304,6 +304,11 @@ - #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1 - #endif - -+/* CPU(AARCH64) - Aarch64 */ -+#if defined(__aarch64__) -+#define WTF_CPU_AARCH64 1 -+#endif -+ - /* ==== OS() - underlying operating system; only to be used for mandated low-level services like - virtual memory, not to choose a GUI toolkit ==== */ - -@@ -905,7 +910,8 @@ - || CPU(SPARC64) \ - || CPU(S390X) \ - || CPU(MIPS64) \ -- || CPU(PPC64) -+ || CPU(PPC64) \ -+ || CPU(AARCH64) - #define WTF_USE_JSVALUE64 1 - #else - #define WTF_USE_JSVALUE32_64 1 -Index: webkit-1.8.3/Source/JavaScriptCore/wtf/dtoa/utils.h -=================================================================== ---- webkit-1.8.3.orig/Source/JavaScriptCore/wtf/dtoa/utils.h 2013-06-12 00:57:22.000000000 -0700 -+++ webkit-1.8.3/Source/JavaScriptCore/wtf/dtoa/utils.h 2013-06-12 00:58:28.340056029 -0700 -@@ -49,7 +49,7 @@ - defined(__ARMEL__) || \ - defined(_MIPS_ARCH_MIPS32R2) - #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 --#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) -+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) - #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 - #elif defined(_M_IX86) || defined(__i386__) - #if defined(_WIN32) -- cgit v1.2.3