]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkitgtk: Update patch status
authorKhem Raj <raj.khem@gmail.com>
Sun, 2 May 2021 20:16:31 +0000 (13:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 May 2021 14:23:44 +0000 (15:23 +0100)
These patches are accepted in webkit master ( 2.34+ )

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk/0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch
meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch
meta/recipes-sato/webkit/webkitgtk/musl-lower-stack-usage.patch

index 93bda4d754ced29ad4d5ae090b86e4f53071e4ed..68195f8464976524363671a8f7f71d2139327107 100644 (file)
@@ -8,7 +8,7 @@ it can reflect broader range which is now checked
 
 Rename ATOMIC_INT64_IS_BUILTIN to ATOMICS_ARE_BUILTIN
 
-Upstream-Status: Submitted [https://bugs.webkit.org/attachment.cgi?bugid=222959]
+Upstream-Status: Accepted [https://bugs.webkit.org/attachment.cgi?bugid=222959]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  Source/JavaScriptCore/CMakeLists.txt   |  2 +-
index a13b394fd95290f9aca619203cba0b60c3dd346b..1ccef1fdc8e2a63c46e97bf960df5fbc29a766ff 100644 (file)
@@ -3,7 +3,7 @@ From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 6 Oct 2017 17:00:08 +0300
 Subject: [PATCH] Fix build with musl
 
-Upstream-Status: Pending
+Upstream-Status: Accepted
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
 
 ---
index dc3a71d932d654b878868bbb7a251045baf5b73f..5033de4196fa2e6da59385399013eee6397cba33 100644 (file)
@@ -13,7 +13,7 @@ setting DEFAULT_THREAD_STACK_SIZE_IN_KB alone is not enough either
 This patch only changes behavior when using musl, the defaults for
 glibc in OE remains same
 
-Upstream-Status: Pending
+Upstream-Status: Accepted
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
 --- a/Source/JavaScriptCore/runtime/OptionsList.h