mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
wpebackend-fdo: upgrade 1.12.0 -> 1.12.1
This is the first bug fix release in the stable 1.12 series. Fixed a crash caused by trying to deallocate already freed graphics buffers in certain situations. (From OE-Core rev: 1c7eab82f45ecabe21de3759f1ab97897250fc50) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a614bb96fab31049614d8cb24062fe77c76c8e30) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
38874f5090
commit
af01a36c23
@@ -13,7 +13,7 @@ inherit meson features_check pkgconfig
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "6239c9c15523410798d66315de6b491712ab30009ba180f3e0dd076d9b0074ac"
|
||||
SRC_URI[sha256sum] = "45aa833c44ec292f31fa943b01b8cc75e54eb623ad7ba6a66fc2f118fe69e629"
|
||||
|
||||
# Especially helps compiling with clang which enable this as error when
|
||||
# using c++11
|
||||
Reference in New Issue
Block a user