From eb4dab98188a9a91000bc06fb06ae04ee3f7a3a8 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 18 Feb 2026 12:34:50 +0100 Subject: [PATCH] libsdl2-compat: update 2.32.62 -> 2.32.64 - fix license checkksum: Copyright year has been changed This is a stable bugfix release, with the following changes: Fixed surface memory leak in some circumstances Fixed mouse grab not persisting past window recreation Fixed picking the correct fullscreen resolution Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{libsdl2-compat_2.32.62.bb => libsdl2-compat_2.32.64.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl2-compat_2.32.62.bb => libsdl2-compat_2.32.64.bb} (86%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.64.bb similarity index 86% rename from meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.64.bb index 2d0125ce7d..c83b90f77b 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.64.bb @@ -8,10 +8,10 @@ BUGTRACKER = "http://bugzilla.libsdl.org/" SECTION = "libs" LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca6eaff208365238403badb97aa6b3d2" SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" -SRC_URI[sha256sum] = "23019a3b0825e2fd3411901df3e1ae24c595cd57e20a345509f77472bd9000e0" +SRC_URI[sha256sum] = "b2fa522e7bb08113534904b3dc2d2f7ff7b0c259224d86c12374d5b4a4027930" S = "${UNPACKDIR}/sdl2-compat-${PV}" DEPENDS += "libsdl3"