diff options
| -rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch | 38 | ||||
| -rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch b/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch new file mode 100644 index 0000000000..8909263fe4 --- /dev/null +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | From 6c4ff2210c36d6410ec287737d6a49f20c412332 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?LowLevelInterpreter.cpp:339:21:=20error:=20?= | ||
| 5 | =?UTF-8?q?=E2=80=98t6=E2=80=99=20was=20not=20declared=20in=20this=20scope?= | ||
| 6 | =?UTF-8?q?=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid=3D268739?= | ||
| 7 | MIME-Version: 1.0 | ||
| 8 | Content-Type: text/plain; charset=UTF-8 | ||
| 9 | Content-Transfer-Encoding: 8bit | ||
| 10 | |||
| 11 | Unreviewed build fix. Seems a backport went badly, and we didn't notice | ||
| 12 | because the code is architecture-specific. | ||
| 13 | |||
| 14 | * Source/JavaScriptCore/llint/LowLevelInterpreter.cpp: | ||
| 15 | (JSC::CLoop::execute): | ||
| 16 | |||
| 17 | Upstream-Status: Backport [https://github.com/WebKit/WebKit/commit/3d5373575695b293b8559155431d0079a6153aff] | ||
| 18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 19 | --- | ||
| 20 | Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 2 -- | ||
| 21 | 1 file changed, 2 deletions(-) | ||
| 22 | |||
| 23 | diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
| 24 | index 5064ead6..9a2e2653 100644 | ||
| 25 | --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
| 26 | +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | ||
| 27 | @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, | ||
| 28 | UNUSED_VARIABLE(t2); | ||
| 29 | UNUSED_VARIABLE(t3); | ||
| 30 | UNUSED_VARIABLE(t5); | ||
| 31 | - UNUSED_VARIABLE(t6); | ||
| 32 | - UNUSED_VARIABLE(t7); | ||
| 33 | |||
| 34 | struct StackPointerScope { | ||
| 35 | StackPointerScope(CLoopStack& stack) | ||
| 36 | -- | ||
| 37 | 2.43.2 | ||
| 38 | |||
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb index d12ae2819c..234ecfae0c 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.42.5.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \ | |||
| 14 | file://reproducibility.patch \ | 14 | file://reproducibility.patch \ |
| 15 | file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ | 15 | file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ |
| 16 | file://no-musttail-arm.patch \ | 16 | file://no-musttail-arm.patch \ |
| 17 | file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[sha256sum] = "b64278c1f20b8cfdbfb5ff573c37d871aba74a1db26d9b39f74e8953fe61e749" | 19 | SRC_URI[sha256sum] = "b64278c1f20b8cfdbfb5ff573c37d871aba74a1db26d9b39f74e8953fe61e749" |
| 19 | 20 | ||
