| Message ID | 20250803073541.2210769-1-skandigraun@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 0b1828a3f6cbdf3b4d444d30ca3ab37bd98bb419 |
| Headers | show |
| Series | webkitgtk: upgrade 2.48.2 -> 2.48.5 | expand |
Not a blocking issue but Interestingly it fails build with clang/qemuarm - https://errors.yoctoproject.org/Errors/Details/874909/ On Sun, Aug 3, 2025 at 12:35 AM Gyorgy Sarvari via lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org> wrote: > > Changelog: > 2.48.5: > Fix several crashes. > > 2.48.4: > Improve emoji font selection with USE_SKIA=ON. > Improve playback of multimedia streams from blob URLs. > Fix the build with USE_SKIA_OPENTYPE_SVG=ON and USE_SYSPROF_CAPTURE=ON. > Fix the build on LoongArch with USE_SKIA=ON. > Fix crash when using a WebKitWebView widget in an offscreen window. > Fix several crashes and rendering issues. > > 2.48.3: > Fix a crash introduced by the new threaded rendering implementation using Skia API. > Improve rendering performance by recording layers once and replaying every dirty region in different worker threads. > Fix a crash when setting WEBKIT_SKIA_GPU_PAINTING_THREADS=0. > Fix a reference cycle in webkitmediastreamsrc preventing its disposal. > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > ...1-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch | 2 +- > meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | 2 +- > .../webkit/{webkitgtk_2.48.2.bb => webkitgtk_2.48.5.bb} | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-sato/webkit/{webkitgtk_2.48.2.bb => webkitgtk_2.48.5.bb} (98%) > > 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 8376ee8472..f990384511 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 > @@ -60,7 +60,7 @@ diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompile > index f5ec0a55..dfd741e7 100644 > --- a/Source/cmake/WebKitCompilerFlags.cmake > +++ b/Source/cmake/WebKitCompilerFlags.cmake > -@@ -492,3 +492,10 @@ endif () > +@@ -503,3 +503,10 @@ endif () > > # FIXME: Enable pre-compiled headers for all ports <https://webkit.org/b/139438> > set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON) > diff --git a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch > index 82d20758c2..4b0cf364d8 100644 > --- a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch > +++ b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch > @@ -24,7 +24,7 @@ diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaSc > index 76c46889..500be433 100644 > --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp > +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp > -@@ -334,8 +334,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, > +@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, > UNUSED_VARIABLE(t2); > UNUSED_VARIABLE(t3); > UNUSED_VARIABLE(t5); > diff --git a/meta/recipes-sato/webkit/webkitgtk_2.48.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb > similarity index 98% > rename from meta/recipes-sato/webkit/webkitgtk_2.48.2.bb > rename to meta/recipes-sato/webkit/webkitgtk_2.48.5.bb > index 75a39558db..947996450d 100644 > --- a/meta/recipes-sato/webkit/webkitgtk_2.48.2.bb > +++ b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb > @@ -19,7 +19,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ > file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ > file://fix-ftbfs-riscv64.patch \ > " > -SRC_URI[sha256sum] = "ec58f6dfc25d3b360388e192f865068d69aab09b4d7df021f90e314d2fa54f37" > +SRC_URI[sha256sum] = "bb64ed9d1cfd58e8b5e89ccad71dd31adfed56336bad7695031ad0b668e1987c" > > inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#221406): https://lists.openembedded.org/g/openembedded-core/message/221406 > Mute This Topic: https://lists.openembedded.org/mt/114511480/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On 8/7/25 09:01, Khem Raj wrote: > Not a blocking issue but Interestingly it fails build with > clang/qemuarm - https://errors.yoctoproject.org/Errors/Details/874909/ > Hmmm... will take a look at it.
On 8/7/25 12:41, Gyorgy Sarvari wrote: > On 8/7/25 09:01, Khem Raj wrote: >> Not a blocking issue but Interestingly it fails build with >> clang/qemuarm - https://errors.yoctoproject.org/Errors/Details/874909/ >> > Hmmm... will take a look at it. This doesn't look like clang specific, rather arm specific issue - I see it with gcc also. It's assembly which I'd rather not touch - I have added a patch to revert the breaking commit, and filed a bug with the project. Thanks for the heads up.
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 8376ee8472..f990384511 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 @@ -60,7 +60,7 @@ diff --git a/Source/cmake/WebKitCompilerFlags.cmake b/Source/cmake/WebKitCompile index f5ec0a55..dfd741e7 100644 --- a/Source/cmake/WebKitCompilerFlags.cmake +++ b/Source/cmake/WebKitCompilerFlags.cmake -@@ -492,3 +492,10 @@ endif () +@@ -503,3 +503,10 @@ endif () # FIXME: Enable pre-compiled headers for all ports <https://webkit.org/b/139438> set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON) diff --git a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch index 82d20758c2..4b0cf364d8 100644 --- a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch +++ b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch @@ -24,7 +24,7 @@ diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaSc index 76c46889..500be433 100644 --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp -@@ -334,8 +334,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, +@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, UNUSED_VARIABLE(t2); UNUSED_VARIABLE(t3); UNUSED_VARIABLE(t5); diff --git a/meta/recipes-sato/webkit/webkitgtk_2.48.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb similarity index 98% rename from meta/recipes-sato/webkit/webkitgtk_2.48.2.bb rename to meta/recipes-sato/webkit/webkitgtk_2.48.5.bb index 75a39558db..947996450d 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.48.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb @@ -19,7 +19,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ file://fix-ftbfs-riscv64.patch \ " -SRC_URI[sha256sum] = "ec58f6dfc25d3b360388e192f865068d69aab09b4d7df021f90e314d2fa54f37" +SRC_URI[sha256sum] = "bb64ed9d1cfd58e8b5e89ccad71dd31adfed56336bad7695031ad0b668e1987c" inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen
Changelog: 2.48.5: Fix several crashes. 2.48.4: Improve emoji font selection with USE_SKIA=ON. Improve playback of multimedia streams from blob URLs. Fix the build with USE_SKIA_OPENTYPE_SVG=ON and USE_SYSPROF_CAPTURE=ON. Fix the build on LoongArch with USE_SKIA=ON. Fix crash when using a WebKitWebView widget in an offscreen window. Fix several crashes and rendering issues. 2.48.3: Fix a crash introduced by the new threaded rendering implementation using Skia API. Improve rendering performance by recording layers once and replaying every dirty region in different worker threads. Fix a crash when setting WEBKIT_SKIA_GPU_PAINTING_THREADS=0. Fix a reference cycle in webkitmediastreamsrc preventing its disposal. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- ...1-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch | 2 +- meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | 2 +- .../webkit/{webkitgtk_2.48.2.bb => webkitgtk_2.48.5.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.48.2.bb => webkitgtk_2.48.5.bb} (98%)