diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 15:26:50 +0000 |
| commit | 2389072799dae0a0e32d10f59f575fd12230ea6a (patch) | |
| tree | 84d1a581f63b13925036b73427ee2a0489df9f04 | |
| parent | 7643157938da6473f7765a10cc0f44c270903594 (diff) | |
| download | poky-2389072799dae0a0e32d10f59f575fd12230ea6a.tar.gz | |
libsdl2: upgrade 2.30.10 -> 2.30.11
License-Update: copyright updated to 2025
Changelog:
===========
- Fixed a crash if the controller product name is NULL
- Fixed the PS3 controller mapping on Windows
- Allow rendering during the modal resize loop on macOS
- Corrected CoreAudio surround sound channel layouts
- Enabled high refresh rates on iOS
- Fixed SDL_OpenURL() on iOS 18.2 and newer
- Implemented SDL_OpenURL() on tvOS
- Fixed Chinese locales on PSP
(From OE-Core rev: f59f1ef898993a09cdb243d80b1bab624472ea10)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb index 4ee8b6790d..ab6751ddd0 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "libs" | |||
| 9 | 9 | ||
| 10 | LICENSE = "Zlib & BSD-2-Clause" | 10 | LICENSE = "Zlib & BSD-2-Clause" |
| 11 | LIC_FILES_CHKSUM = "\ | 11 | LIC_FILES_CHKSUM = "\ |
| 12 | file://LICENSE.txt;md5=25231a5b96ccdd8f39eb53c07717be64 \ | 12 | file://LICENSE.txt;md5=cbf0e3161523f9a9315b6b915c5c4457 \ |
| 13 | file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ | 13 | file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ |
| 14 | file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ | 14 | file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ |
| 15 | file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ | 15 | file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ |
| @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" | |||
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/SDL2-${PV}" | 26 | S = "${WORKDIR}/SDL2-${PV}" |
| 27 | 27 | ||
| 28 | SRC_URI[sha256sum] = "f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa" | 28 | SRC_URI[sha256sum] = "8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f" |
| 29 | 29 | ||
| 30 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even | 30 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even |
| 31 | 31 | ||
