diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-02-18 12:34:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-20 23:34:18 -0800 |
| commit | eb4dab98188a9a91000bc06fb06ae04ee3f7a3a8 (patch) | |
| tree | 6e1202d841b517621908f96a1cee27b1282b4443 /meta-oe/recipes-graphics/libsdl3 | |
| parent | 0d686b2c5bbe92f4acadb2547b6fc81bf21979de (diff) | |
| download | meta-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/" | |||
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | 9 | ||
| 10 | LICENSE = "Zlib" | 10 | LICENSE = "Zlib" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca6eaff208365238403badb97aa6b3d2" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" | 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" |
| 14 | SRC_URI[sha256sum] = "23019a3b0825e2fd3411901df3e1ae24c595cd57e20a345509f77472bd9000e0" | 14 | SRC_URI[sha256sum] = "b2fa522e7bb08113534904b3dc2d2f7ff7b0c259224d86c12374d5b4a4027930" |
| 15 | S = "${UNPACKDIR}/sdl2-compat-${PV}" | 15 | S = "${UNPACKDIR}/sdl2-compat-${PV}" |
| 16 | 16 | ||
| 17 | DEPENDS += "libsdl3" | 17 | DEPENDS += "libsdl3" |
