From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:04 +0000 (+0800) Subject: libsdl2: upgrade 2.30.1 -> 2.30.2 X-Git-Tag: uninative-4.5~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec532272e2ba2b2c182305e66068da5c0c4412e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.1.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.2.bb index 891e91190a8..f9dacb288c7 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" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a" +SRC_URI[sha256sum] = "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even