From 1597f7ba50798c66c0209e47b2764dca25872d04 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 12 Feb 2026 01:00:19 +1300 Subject: [PATCH] libsdl2-compat: update 2.32.58 -> 2.32.62 Changelog: 2.32.62: This is a stable bugfix release, with the following changes: Improved support for GNU/Hurd Fixed crash if hidapi strings are not available 2.32.60: This is a stable bugfix release, with the following changes: Fixed crash at startup in Dwarf Fortress Fixed crash at startup in Stellaris Fixed mouse stuttering in Amiberry Fixed the viewport not being reset when the window is resized Signed-off-by: Markus Volk Signed-off-by: Khem Raj Adapted for Whinlatter to keep x11 in REQUIRED_DISTRO_FEATURES Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../{libsdl2-compat_2.32.58.bb => libsdl2-compat_2.32.62.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl2-compat_2.32.58.bb => libsdl2-compat_2.32.62.bb} (91%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb similarity index 91% rename from meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb index 8bbc23fde4..6a7df6b2a9 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb @@ -11,7 +11,7 @@ LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" -SRC_URI[sha256sum] = "ae85222c007f7e2acb927c7a47c12726f56478c6f3f35ee0da1ac929f8beb53e" +SRC_URI[sha256sum] = "23019a3b0825e2fd3411901df3e1ae24c595cd57e20a345509f77472bd9000e0" S = "${UNPACKDIR}/sdl2-compat-${PV}" DEPENDS += "libsdl3"