summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-10 17:43:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-16 11:25:29 +0100
commit78f30270f335fd54d823c246c385dc2d3086fc65 (patch)
treee7c8fde42f992588699ac0441d95f5c4e53c233c /meta
parenta268d37dbe6e3d3799084f84f84beb159b22a2da (diff)
downloadpoky-78f30270f335fd54d823c246c385dc2d3086fc65.tar.gz
libsdl2: upgrade 2.30.4 -> 2.30.5
Changelog: ============= - Respect SDL_HINT_RENDER_DRIVER when creating an accelerated window surface - Clean up any accelerated renderer in SDL_DestroyWindowSurface() - Disable low level USB controller support on Android by default - Fixed USB permissions dialog on Android 14 - Fixed controller mapping matching when one entry has a CRC specified and another doesn't - Enable joystick support on FreeBSD when building using CMake - Reduced input latency when using an fcitx IME on Linux - Fixed graphical corruption on Raspberry Pi - Fixed crash when using an unstable sort function in SDL_qsort (From OE-Core rev: a0d89bb5e8b2bdf4e5f876d9dfc9f334613ed8d0) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb
index a6a3f4ef52..302c52ee9c 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
25 25
26S = "${WORKDIR}/SDL2-${PV}" 26S = "${WORKDIR}/SDL2-${PV}"
27 27
28SRC_URI[sha256sum] = "59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26" 28SRC_URI[sha256sum] = "f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b"
29 29
30inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even 30inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
31 31