From: Yi Zhao Date: Fri, 16 Aug 2024 12:34:29 +0000 (+0800) Subject: libsdl2: upgrade 2.30.5 -> 2.30.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23600f9566a2e5272baa258443c9611aa9bd3169;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsdl2: upgrade 2.30.5 -> 2.30.6 ChangeLog: * Improved detection of Nintendo Switch Pro controller report mode * Fixed a rare crash when a controller is disconnected * Fixed creating a framebuffer with KMSDRM on some systems Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb index 302c52ee9c4..9d1f79f662c 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b" +SRC_URI[sha256sum] = "c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even