diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-24 17:35:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-24 17:35:50 -0700 |
commit | d40217e78941ec81f71849b2bde77ce52fcb9b5e (patch) | |
tree | 8263f9b0125db17d703a9cecccb7d5cc63a495ce | |
parent | af18cdd1608a886059b9e59d717b18f6ebdeddbc (diff) | |
download | meta-openembedded-d40217e78941ec81f71849b2bde77ce52fcb9b5e.tar.gz |
webkitgtk3: Upgrade to 2.48.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-typo-denormaldisabler.patch | 18 | ||||
-rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb (renamed from meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb) | 3 |
2 files changed, 1 insertions, 20 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-typo-denormaldisabler.patch b/meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-typo-denormaldisabler.patch deleted file mode 100644 index c3383fcd41..0000000000 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-typo-denormaldisabler.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | From: Alberto Garcia <berto@igalia.com> | ||
2 | Subject: Fix build failure due to missing semicolon | ||
3 | |||
4 | Source: https://sources.debian.org/data/main/w/webkit2gtk/2.48.1-2/debian/patches/fix-typo-denormaldisabler.patch | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
8 | --- a/Source/WebCore/platform/audio/DenormalDisabler.cpp | ||
9 | +++ b/Source/WebCore/platform/audio/DenormalDisabler.cpp | ||
10 | @@ -91,7 +91,7 @@ DenormalDisabler::~DenormalDisabler() | ||
11 | } | ||
12 | } | ||
13 | #else | ||
14 | -DenormalDisabler::DenormalDisabler() = default | ||
15 | +DenormalDisabler::DenormalDisabler() = default; | ||
16 | DenormalDisabler::~DenormalDisabler() = default; | ||
17 | #endif | ||
18 | |||
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb index d11d4808fd..23cacc021b 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb | |||
@@ -19,10 +19,9 @@ SRC_URI = "https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \ | |||
19 | file://no-musttail-arm.patch \ | 19 | file://no-musttail-arm.patch \ |
20 | file://sys_futex.patch \ | 20 | file://sys_futex.patch \ |
21 | file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ | 21 | file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \ |
22 | file://fix-typo-denormaldisabler.patch \ | ||
23 | file://fix-ftbfs-riscv64.patch \ | 22 | file://fix-ftbfs-riscv64.patch \ |
24 | " | 23 | " |
25 | SRC_URI[sha256sum] = "98efdf21c4cdca0fe0b73ab5a8cb52093b5aa52d9b1b016a93f71dbfa1eb258f" | 24 | SRC_URI[sha256sum] = "d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3" |
26 | 25 | ||
27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen | 26 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen |
28 | 27 | ||