diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-08-09 21:14:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-11 18:04:25 +0100 |
| commit | 8bcfc57351f4cdcd766f5c3ed8ff7ae0251c95cf (patch) | |
| tree | 6d0f26c8deacc3296ab0d3bbc2199122fadb100c /meta/recipes-sato/webkit/webkitgtk_2.48.5.bb | |
| parent | 9c80fe3e6e19fc1fefed5c69e7a4b72f38548583 (diff) | |
| download | poky-8bcfc57351f4cdcd766f5c3ed8ff7ae0251c95cf.tar.gz | |
webkitgtk: fix compiling for 32-bit Arm
When compiling for 32-bit Arm target, the compilation fails with the
following error:
| .../webkitgtk/2.48.5/sources/webkitgtk-2.48.5/Source/JavaScriptCore/offlineasm/ast.rb:1004:in 'Instruction#lowerDefault': Unhandled opcode addq at WebAssembly.asm:739 (due to WebAssembly.asm:739) (LoweringError)
Add backported patch to fix this error.
(From OE-Core rev: 37c18b2e215fd9d171742d664939519209be1c56)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.48.5.bb')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.48.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb index 947996450d..35b8ee2a90 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb | |||
| @@ -18,6 +18,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
| 18 | file://sys_futex.patch \ | 18 | file://sys_futex.patch \ |
| 19 | file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ | 19 | file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ |
| 20 | file://fix-ftbfs-riscv64.patch \ | 20 | file://fix-ftbfs-riscv64.patch \ |
| 21 | file://fix-armv7-compilation.patch \ | ||
| 21 | " | 22 | " |
| 22 | SRC_URI[sha256sum] = "bb64ed9d1cfd58e8b5e89ccad71dd31adfed56336bad7695031ad0b668e1987c" | 23 | SRC_URI[sha256sum] = "bb64ed9d1cfd58e8b5e89ccad71dd31adfed56336bad7695031ad0b668e1987c" |
| 23 | 24 | ||
