diff options
author | Yi Zhao <yi.zhao@eng.windriver.com> | 2024-09-09 21:56:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-10 13:05:00 +0100 |
commit | 66390a274b3bf601e9cad29d1f6b6338d6f45827 (patch) | |
tree | 11f31f34b2d6c78c409306273db62842f0b00135 /meta/recipes-graphics | |
parent | eb016e9758a3c923a7b1bf68e2aa68e34a422f75 (diff) | |
download | poky-66390a274b3bf601e9cad29d1f6b6338d6f45827.tar.gz |
libsdl2: upgrade 2.30.6 -> 2.30.7
ChangeLog:
https://github.com/libsdl-org/SDL/releases/tag/release-2.30.7
* Added support for the Retro-bit Controller in PS3 mode
* Fixed the cursor becoming visible when using relative mode under
XWayland
* Fixed DRM initialization failure on some Linux systems
* Fixed a crash when the current mouse capture window is destroyed
(From OE-Core rev: 9ad32cec8e045d580563631ac59f49dff4cae274)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.30.7.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.7.bb index 9d1f79f662..f3c78a31e2 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.6.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.7.bb | |||
@@ -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] = "c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4" | 28 | SRC_URI[sha256sum] = "2508c80438cd5ff3bbeb8fe36b8f3ce7805018ff30303010b61b03bb83ab9694" |
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 | ||