summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-25 14:49:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:00:51 +0100
commit2c87a5d74202219f929d291ad5a186e99f622d88 (patch)
tree2c439e624691736edbef65df73f3d430cef07239
parent2c82fa6162f6bf932fb6c2faed8ce9945e1cbc70 (diff)
downloadpoky-2c87a5d74202219f929d291ad5a186e99f622d88.tar.gz
wpebackend-fdo: upgrade 1.14.2 -> 1.14.3
Changelog: =========== - Fix build issues in some configurations that require en explicit cast to EGLNativeWindowType. - Fix memory leak when the view backend wl_resource is destroyed. - Fix wpe_dmabuf_pool object leak. (From OE-Core rev: 5e8f6f410dbf869d2950fd0dabe0567386ec4230) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb (renamed from meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb
index b3d7b229c8..c8cce5447b 100644
--- a/meta/recipes-sato/webkit/wpebackend-fdo_1.14.2.bb
+++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb
@@ -13,7 +13,7 @@ inherit meson features_check pkgconfig
13REQUIRED_DISTRO_FEATURES = "opengl" 13REQUIRED_DISTRO_FEATURES = "opengl"
14 14
15SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" 15SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
16SRC_URI[sha256sum] = "93c9766ae9864eeaeaee2b0a74f22cbca08df42c1a1bdb55b086f2528e380d38" 16SRC_URI[sha256sum] = "10121842595a850291db3e82f3db0b9984df079022d386ce42c2b8508159dc6c"
17 17
18# Especially helps compiling with clang which enable this as error when 18# Especially helps compiling with clang which enable this as error when
19# using c++11 19# using c++11