diff options
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch b/meta/recipes-sato/webkit/webkitgtk/0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch index 93bda4d754..68195f8464 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch | |||
| @@ -8,7 +8,7 @@ it can reflect broader range which is now checked | |||
| 8 | 8 | ||
| 9 | Rename ATOMIC_INT64_IS_BUILTIN to ATOMICS_ARE_BUILTIN | 9 | Rename ATOMIC_INT64_IS_BUILTIN to ATOMICS_ARE_BUILTIN |
| 10 | 10 | ||
| 11 | Upstream-Status: Submitted [https://bugs.webkit.org/attachment.cgi?bugid=222959] | 11 | Upstream-Status: Accepted [https://bugs.webkit.org/attachment.cgi?bugid=222959] |
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | --- | 13 | --- |
| 14 | Source/JavaScriptCore/CMakeLists.txt | 2 +- | 14 | Source/JavaScriptCore/CMakeLists.txt | 2 +- |
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch b/meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch index a13b394fd9..1ccef1fdc8 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch | |||
| @@ -3,7 +3,7 @@ From: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 3 | Date: Fri, 6 Oct 2017 17:00:08 +0300 | 3 | Date: Fri, 6 Oct 2017 17:00:08 +0300 |
| 4 | Subject: [PATCH] Fix build with musl | 4 | Subject: [PATCH] Fix build with musl |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | 6 | Upstream-Status: Accepted |
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 8 | 8 | ||
| 9 | --- | 9 | --- |
diff --git a/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch b/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch index dc3a71d932..5033de4196 100644 --- a/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch +++ b/meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch | |||
| @@ -13,7 +13,7 @@ setting DEFAULT_THREAD_STACK_SIZE_IN_KB alone is not enough either | |||
| 13 | This patch only changes behavior when using musl, the defaults for | 13 | This patch only changes behavior when using musl, the defaults for |
| 14 | glibc in OE remains same | 14 | glibc in OE remains same |
| 15 | 15 | ||
| 16 | Upstream-Status: Pending | 16 | Upstream-Status: Accepted |
| 17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 18 | 18 | ||
| 19 | --- a/Source/JavaScriptCore/runtime/OptionsList.h | 19 | --- a/Source/JavaScriptCore/runtime/OptionsList.h |
