diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch | 11 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | 4 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch | 3 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch | 11 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/reproducibility.patch | 16 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | 37 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.42.5.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.42.2.bb) | 3 |
7 files changed, 68 insertions, 17 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch b/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch index 4266d11e9e..a819e22127 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 73efe0ea75c3ac4cb088f300acc3de44d5dd3344 Mon Sep 17 00:00:00 2001 | 1 | From 575b848a3b3c14280679db80d0d518922c83d62a Mon Sep 17 00:00:00 2001 |
2 | From: Kai Kang <kai.kang@windriver.com> | 2 | From: Kai Kang <kai.kang@windriver.com> |
3 | Date: Fri, 11 Aug 2023 14:20:48 +0800 | 3 | Date: Fri, 11 Aug 2023 14:20:48 +0800 |
4 | Subject: [PATCH] [CMake] Add a variable to control macro | 4 | Subject: [PATCH] Add a variable to control macro |
5 | __PAS_ALWAYS_INLINE_BUT_NOT_INLINE | 5 | __PAS_ALWAYS_INLINE_BUT_NOT_INLINE |
6 | https://bugs.webkit.org/show_bug.cgi?id=260065 | 6 | https://bugs.webkit.org/show_bug.cgi?id=260065 |
7 | 7 | ||
@@ -44,7 +44,7 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com> | |||
44 | 2 files changed, 8 insertions(+), 1 deletion(-) | 44 | 2 files changed, 8 insertions(+), 1 deletion(-) |
45 | 45 | ||
46 | diff --git a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h b/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h | 46 | diff --git a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h b/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h |
47 | index 5d5fb38cddbd..a554f70064eb 100644 | 47 | index 5d5fb38c..a554f700 100644 |
48 | --- a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h | 48 | --- a/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h |
49 | +++ b/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h | 49 | +++ b/Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h |
50 | @@ -44,7 +44,7 @@ __PAS_BEGIN_EXTERN_C; | 50 | @@ -44,7 +44,7 @@ __PAS_BEGIN_EXTERN_C; |
@@ -57,7 +57,7 @@ index 5d5fb38cddbd..a554f70064eb 100644 | |||
57 | #else | 57 | #else |
58 | #define __PAS_ALWAYS_INLINE_BUT_NOT_INLINE | 58 | #define __PAS_ALWAYS_INLINE_BUT_NOT_INLINE |
59 | diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompilerFlags.cmake | 59 | diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompilerFlags.cmake |
60 | index 9b2fecf9a0d3..7cdc2b6afbe0 100644 | 60 | index 9b2fecf9..7cdc2b6a 100644 |
61 | --- a/Source/cmake/WebKitCompilerFlags.cmake | 61 | --- a/Source/cmake/WebKitCompilerFlags.cmake |
62 | +++ b/Source/cmake/WebKitCompilerFlags.cmake | 62 | +++ b/Source/cmake/WebKitCompilerFlags.cmake |
63 | @@ -453,3 +453,10 @@ endif () | 63 | @@ -453,3 +453,10 @@ endif () |
@@ -71,6 +71,3 @@ index 9b2fecf9a0d3..7cdc2b6afbe0 100644 | |||
71 | +if (WEBKIT_NO_INLINE_HINTS) | 71 | +if (WEBKIT_NO_INLINE_HINTS) |
72 | + add_definitions(-DWEBKIT_NO_INLINE_HINTS) | 72 | + add_definitions(-DWEBKIT_NO_INLINE_HINTS) |
73 | +endif () | 73 | +endif () |
74 | -- | ||
75 | 2.34.1 | ||
76 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch b/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch index 8ae39f14e1..8e29ce17ed 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 10cfdcc905915d8814c609008a069102f2bc7e39 Mon Sep 17 00:00:00 2001 | 1 | From 6348f91c29e2350ad3fec5264aa57dd4994d4583 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Tue, 27 Oct 2015 16:02:19 +0200 | 3 | Date: Tue, 27 Oct 2015 16:02:19 +0200 |
4 | Subject: [PATCH] FindGObjectIntrospection.cmake: prefix variables obtained | 4 | Subject: [PATCH] FindGObjectIntrospection.cmake: prefix variables obtained |
@@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
14 | 1 file changed, 3 insertions(+) | 14 | 1 file changed, 3 insertions(+) |
15 | 15 | ||
16 | diff --git a/Source/cmake/FindGI.cmake b/Source/cmake/FindGI.cmake | 16 | diff --git a/Source/cmake/FindGI.cmake b/Source/cmake/FindGI.cmake |
17 | index af039cbb..b3e810cd 100644 | 17 | index fdc56b21..d42eca52 100644 |
18 | --- a/Source/cmake/FindGI.cmake | 18 | --- a/Source/cmake/FindGI.cmake |
19 | +++ b/Source/cmake/FindGI.cmake | 19 | +++ b/Source/cmake/FindGI.cmake |
20 | @@ -72,6 +72,9 @@ if (PKG_CONFIG_FOUND) | 20 | @@ -72,6 +72,9 @@ if (PKG_CONFIG_FOUND) |
diff --git a/meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch b/meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch index e5ece82ed3..a4ef565db0 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0d3344e17d258106617b0e6d783d073b188a2548.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 95398982f4a120147a98a27e176facf6d95b2bf7 Mon Sep 17 00:00:00 2001 | 1 | From a180f6821f81c65e320be0cebac72b4dcf86342e Mon Sep 17 00:00:00 2001 |
2 | From: Adrian Perez de Castro <aperez@igalia.com> | 2 | From: Adrian Perez de Castro <aperez@igalia.com> |
3 | Date: Thu, 2 Jun 2022 11:19:06 +0300 | 3 | Date: Thu, 2 Jun 2022 11:19:06 +0300 |
4 | Subject: [PATCH] FELightningNEON.cpp fails to build, NEON fast path seems | 4 | Subject: [PATCH] FELightningNEON.cpp fails to build, NEON fast path seems |
@@ -33,7 +33,6 @@ left for a follow-up fix. | |||
33 | 33 | ||
34 | Upstream-Status: Submitted [https://github.com/WebKit/WebKit/pull/1233] | 34 | Upstream-Status: Submitted [https://github.com/WebKit/WebKit/pull/1233] |
35 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 35 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
36 | |||
37 | --- | 36 | --- |
38 | .../cpu/arm/filters/FELightingNEON.cpp | 4 +- | 37 | .../cpu/arm/filters/FELightingNEON.cpp | 4 +- |
39 | .../graphics/cpu/arm/filters/FELightingNEON.h | 52 +++++++++---------- | 38 | .../graphics/cpu/arm/filters/FELightingNEON.h | 52 +++++++++---------- |
diff --git a/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch b/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch index a6d67c1d70..8ce37a01cc 100644 --- a/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch +++ b/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch | |||
@@ -1,4 +1,7 @@ | |||
1 | clang/arm: Do not use MUST_TAIL_CALL | 1 | From a9c874f7418cefbe78f7cd26505ae495cb59bbcf Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 12 Jan 2024 09:21:39 -0800 | ||
4 | Subject: [PATCH] clang/arm: Do not use MUST_TAIL_CALL | ||
2 | 5 | ||
3 | This causes clang-17 to crash see [1] | 6 | This causes clang-17 to crash see [1] |
4 | this code is new in webkit 2.42[2] thats why we do not see the crash in older webkit | 7 | this code is new in webkit 2.42[2] thats why we do not see the crash in older webkit |
@@ -8,6 +11,12 @@ this code is new in webkit 2.42[2] thats why we do not see the crash in older we | |||
8 | 11 | ||
9 | Upstream-Status: Inappropriate [work around to avoid clang compiler crash] | 12 | Upstream-Status: Inappropriate [work around to avoid clang compiler crash] |
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | ||
15 | Source/WTF/wtf/Compiler.h | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/Source/WTF/wtf/Compiler.h b/Source/WTF/wtf/Compiler.h | ||
19 | index 0ea5cb76..c5480dbc 100644 | ||
11 | --- a/Source/WTF/wtf/Compiler.h | 20 | --- a/Source/WTF/wtf/Compiler.h |
12 | +++ b/Source/WTF/wtf/Compiler.h | 21 | +++ b/Source/WTF/wtf/Compiler.h |
13 | @@ -284,7 +284,7 @@ | 22 | @@ -284,7 +284,7 @@ |
diff --git a/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch b/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch index e866a1a193..93a431a0b1 100644 --- a/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch +++ b/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From d096b945113ddecaf33062296e20b6d5a007cab3 Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
3 | Date: Mon, 3 Jan 2022 14:18:34 +0000 | ||
4 | Subject: [PATCH] webkitgtk: Add reproducibility fix | ||
5 | |||
1 | Injection a year based on the current date isn't reproducible. Hack this | 6 | Injection a year based on the current date isn't reproducible. Hack this |
2 | to a specific year for now for reproducibilty and to avoid autobuilder failures. | 7 | to a specific year for now for reproducibilty and to avoid autobuilder failures. |
3 | 8 | ||
@@ -6,11 +11,14 @@ then this could be submitted upstream, sadly my ruby isn't up to that. | |||
6 | 11 | ||
7 | Upstream-Status: Pending [could be reworked] | 12 | Upstream-Status: Pending [could be reworked] |
8 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 13 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
14 | --- | ||
15 | Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
9 | 17 | ||
10 | Index: webkitgtk-2.34.2/Source/JavaScriptCore/generator/GeneratedFile.rb | 18 | diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/GeneratedFile.rb |
11 | =================================================================== | 19 | index 6ed2b6e4..86a28286 100644 |
12 | --- webkitgtk-2.34.2.orig/Source/JavaScriptCore/generator/GeneratedFile.rb | 20 | --- a/Source/JavaScriptCore/generator/GeneratedFile.rb |
13 | +++ webkitgtk-2.34.2/Source/JavaScriptCore/generator/GeneratedFile.rb | 21 | +++ b/Source/JavaScriptCore/generator/GeneratedFile.rb |
14 | @@ -25,7 +25,7 @@ require 'date' | 22 | @@ -25,7 +25,7 @@ require 'date' |
15 | require 'digest' | 23 | require 'digest' |
16 | 24 | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch new file mode 100644 index 0000000000..d4720e4f28 --- /dev/null +++ b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | |||
@@ -0,0 +1,37 @@ | |||
1 | From 3d5373575695b293b8559155431d0079a6153aff Mon Sep 17 00:00:00 2001 | ||
2 | From: Michael Catanzaro <mcatanzaro@redhat.com> | ||
3 | Date: Mon, 5 Feb 2024 11:00:49 -0600 | ||
4 | Subject: [PATCH] =?UTF-8?q?[GTK]=20[2.42.5]=20LowLevelInterpreter.cpp:339:?= | ||
5 | =?UTF-8?q?21:=20error:=20=E2=80=98t6=E2=80=99=20was=20not=20declared=20in?= | ||
6 | =?UTF-8?q?=20this=20scope=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid?= | ||
7 | =?UTF-8?q?=3D268739?= | ||
8 | MIME-Version: 1.0 | ||
9 | Content-Type: text/plain; charset=UTF-8 | ||
10 | Content-Transfer-Encoding: 8bit | ||
11 | |||
12 | Unreviewed build fix. Seems a backport went badly, and we didn't notice | ||
13 | because the code is architecture-specific. | ||
14 | |||
15 | * Source/JavaScriptCore/llint/LowLevelInterpreter.cpp: | ||
16 | (JSC::CLoop::execute): | ||
17 | |||
18 | Upstream-Status: Backport [https://github.com/WebKit/WebKit/commit/3d5373575695b293b8559155431d0079a6153aff] | ||
19 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
20 | --- | ||
21 | Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 2 -- | ||
22 | 1 file changed, 2 deletions(-) | ||
23 | |||
24 | diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
25 | index 5064ead6cd2e7..9a2e2653b1219 100644 | ||
26 | --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
27 | +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
28 | @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, | ||
29 | UNUSED_VARIABLE(t2); | ||
30 | UNUSED_VARIABLE(t3); | ||
31 | UNUSED_VARIABLE(t5); | ||
32 | - UNUSED_VARIABLE(t6); | ||
33 | - UNUSED_VARIABLE(t7); | ||
34 | |||
35 | struct StackPointerScope { | ||
36 | StackPointerScope(CLoopStack& stack) | ||
37 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.42.5.bb index 997aa5575b..6790814958 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.42.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.42.5.bb | |||
@@ -15,8 +15,9 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
15 | file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ | 15 | file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ |
16 | file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \ | 16 | file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \ |
17 | file://no-musttail-arm.patch \ | 17 | file://no-musttail-arm.patch \ |
18 | file://t6-not-declared.patch \ | ||
18 | " | 19 | " |
19 | SRC_URI[sha256sum] = "5720aa3e8627f1b9f63252187d4df0f8233ae71d697b1796ebfbe5ca750bd118" | 20 | SRC_URI[sha256sum] = "b64278c1f20b8cfdbfb5ff573c37d871aba74a1db26d9b39f74e8953fe61e749" |
20 | 21 | ||
21 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen | 22 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen |
22 | 23 | ||