summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-10-11 16:39:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-10 14:39:24 +0000
commit13b5dc6ade0a182b8cebe53c23be8cc1e5d9ec10 (patch)
tree80be46fe1c884a69a54249faf67ed9509c855256 /meta/recipes-sato
parent2a041adc8d954533b50e55a268a8143e9c65f6bd (diff)
downloadpoky-13b5dc6ade0a182b8cebe53c23be8cc1e5d9ec10.tar.gz
wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
Changelog: ========== Fixed a crash caused by trying to deallocate already freed graphics buffers in certain situations. (From OE-Core rev: d5269e53d936570c875ef743f4ac198bb3658b6e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 0db4627fe8c6f8a0080248052dc06419774cba4f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/wpebackend-fdo_1.14.0.bb (renamed from meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.14.0.bb
index 5f776c13e6..708201043b 100644
--- a/meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb
+++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.14.0.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] = "45aa833c44ec292f31fa943b01b8cc75e54eb623ad7ba6a66fc2f118fe69e629" 16SRC_URI[sha256sum] = "e75b0cb2c7145448416e8696013d8883f675c66c11ed750e06865efec5809155"
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