summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-24 16:42:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-24 14:27:54 +0100
commitcf826c3efabadbd5d7b87d81d822e89a231ccda6 (patch)
tree414b0b1da447964b16ebc78012337f0d669c29a2
parent11fd2714d728de6453c8581bfeabe62453614f8b (diff)
downloadpoky-cf826c3efabadbd5d7b87d81d822e89a231ccda6.tar.gz
libsdl2: upgrade 2.30.1 -> 2.30.2
Changelog: =========== -Fixed performance regression initializing controllers on Linux -Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online -Added support for the MadCatz Saitek Side Panel Control Deck -Added support for the Hori Fighting Stick EX2 -Added support for the Yawman Arrow flightstick -Added a gamepad mapping for the Defender Joystick Cobra R4 -Fixed the gamepad mapping for the Sanwa Supply JY-P76USV controller -Poll for the initial controller state when using DirectInput -Allow using SDL_RWFromFile() with named pipes (From OE-Core rev: b39d74faf1b4e44cf656fa1bcfb0351231110982) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.30.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb
index 891e91190a..f9dacb288c 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.1.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.2.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] = "01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a" 28SRC_URI[sha256sum] = "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31"
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