summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl3
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-02-18 12:34:50 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:18 -0800
commiteb4dab98188a9a91000bc06fb06ae04ee3f7a3a8 (patch)
tree6e1202d841b517621908f96a1cee27b1282b4443 /meta-oe/recipes-graphics/libsdl3
parent0d686b2c5bbe92f4acadb2547b6fc81bf21979de (diff)
downloadmeta-openembedded-eb4dab98188a9a91000bc06fb06ae04ee3f7a3a8.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl3')
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.64.bb (renamed from meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb)4
1 files changed, 2 insertions, 2 deletions
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
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/"
8SECTION = "libs" 8SECTION = "libs"
9 9
10LICENSE = "Zlib" 10LICENSE = "Zlib"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca6eaff208365238403badb97aa6b3d2"
12 12
13SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" 13SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz"
14SRC_URI[sha256sum] = "23019a3b0825e2fd3411901df3e1ae24c595cd57e20a345509f77472bd9000e0" 14SRC_URI[sha256sum] = "b2fa522e7bb08113534904b3dc2d2f7ff7b0c259224d86c12374d5b4a4027930"
15S = "${UNPACKDIR}/sdl2-compat-${PV}" 15S = "${UNPACKDIR}/sdl2-compat-${PV}"
16 16
17DEPENDS += "libsdl3" 17DEPENDS += "libsdl3"