summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch26
1 files changed, 19 insertions, 7 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch b/meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch
index 12836f28f2..c6157e1037 100644
--- a/meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch
+++ b/meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch
@@ -1,22 +1,31 @@
1From 0b3811771ae6385503f2d949f9433d8f810d2ff9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 17 May 2017 22:34:24 -0700
4Subject: [PATCH 8/9] webkitgtk: Fix build for armv5
5
1Taken from 6Taken from
2https://bugs.webkit.org/show_bug.cgi?id=161900 7https://bugs.webkit.org/show_bug.cgi?id=161900
3 8
4Upstream-Status: Pending 9Upstream-Status: Pending
5Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 11
7Index: webkitgtk-2.16.1/Source/WTF/wtf/CMakeLists.txt 12---
8=================================================================== 13 Source/WTF/wtf/CMakeLists.txt | 10 +++++++++-
9--- webkitgtk-2.16.1.orig/Source/WTF/wtf/CMakeLists.txt 14 1 file changed, 9 insertions(+), 1 deletion(-)
10+++ webkitgtk-2.16.1/Source/WTF/wtf/CMakeLists.txt 15
11@@ -182,7 +182,6 @@ set(WTF_HEADERS 16diff --git a/Source/WTF/wtf/CMakeLists.txt b/Source/WTF/wtf/CMakeLists.txt
17index 6b5e45b9..46ee3c22 100644
18--- a/Source/WTF/wtf/CMakeLists.txt
19+++ b/Source/WTF/wtf/CMakeLists.txt
20@@ -205,7 +205,6 @@ set(WTF_HEADERS
12 21
13 set(WTF_SOURCES 22 set(WTF_SOURCES
14 Assertions.cpp 23 Assertions.cpp
15- Atomics.cpp 24- Atomics.cpp
16 AutomaticThread.cpp 25 AutomaticThread.cpp
17 BitVector.cpp 26 BitVector.cpp
18 ClockType.cpp 27 CPUTime.cpp
19@@ -301,6 +300,15 @@ if (NOT USE_SYSTEM_MALLOC) 28@@ -336,6 +335,15 @@ if (NOT USE_SYSTEM_MALLOC)
20 list(APPEND WTF_LIBRARIES bmalloc) 29 list(APPEND WTF_LIBRARIES bmalloc)
21 endif () 30 endif ()
22 31
@@ -32,3 +41,6 @@ Index: webkitgtk-2.16.1/Source/WTF/wtf/CMakeLists.txt
32 list(APPEND WTF_SOURCES 41 list(APPEND WTF_SOURCES
33 unicode/icu/CollatorICU.cpp 42 unicode/icu/CollatorICU.cpp
34 ) 43 )
44--
452.14.1
46