summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2024-07-03 08:46:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-04 22:56:15 +0100
commit867f8db6bf31286b9a72e3029d3c9fe0f55a209b (patch)
tree1fb5215c8120bfa5f7b4b58937235e11e67e3119 /meta
parent3505bc488165ec8590f1ec4e9fe52d3aa39be6ae (diff)
downloadpoky-867f8db6bf31286b9a72e3029d3c9fe0f55a209b.tar.gz
libsdl2: upgrade 2.30.3 -> 2.30.4
ChangeLog: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.4 This is a stable bugfix release, with the following changes: * Android rotation will respect user rotation lock preferences * Fixed spurious Left-Ctrl key input when the Right Alt key (AltGr) is pressed on Windows * Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode * Added support for the Razer Kitsune in PS5 mode * Added Linux bindings for the Qanba Drone 2 Arcade Joystick * Leave Nintendo Online controllers in simple report mode so they work with DirectInput games * Enable using libusb for GameCube controllers when available (From OE-Core rev: bfc938ae8ebfebb0595aa0b810688a140a7ab452) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb
index 68cc2790e5..a6a3f4ef52 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.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] = "820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec" 28SRC_URI[sha256sum] = "59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26"
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