From 23600f9566a2e5272baa258443c9611aa9bd3169 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 16 Aug 2024 20:34:29 +0800 Subject: [PATCH] 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 --- .../libsdl2/{libsdl2_2.30.5.bb => libsdl2_2.30.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.5.bb => libsdl2_2.30.6.bb} (97%) 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 -- 2.47.3