summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-10-11 16:39:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-09 17:42:13 +0000
commit27e0f91aaaccfb3f843ab29a9242958443a975ed (patch)
tree236f428f5600768fd9123e60b49ce1b58dbcc690 /meta
parent079bb45350e6846fcdf1a53d4dec5b34c86d2143 (diff)
downloadpoky-27e0f91aaaccfb3f843ab29a9242958443a975ed.tar.gz
libsdl2: upgrade 2.24.0 -> 2.24.1
This is a stable bugfix release, with the following changes: Windows Only check to see if the ICC profile changes when the display changes or we gain focus Fixed window resize handing when using the D3D12 renderer Fixed Xbox controller detection on Windows XP macOS Fixed long delay in SDL_CloseAudioDevice() Linux Fixed crash in Wayland_HasScreenKeyboardSupport() FreeBSD Fixed building without GNU sort, but warn that dynamic libraries won't be found Emscripten Fixed infinite recursion related to mutexes on startup OS/2 Fixes and improvements to SDL_LoadObject() functionality 0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch refreshed for new version. (From OE-Core rev: 3c686477cc7557060fd9152f7546f00099a630a2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit aa45a2fad9ecd5d553c605dc6b3d4cd70d7d7776) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2/0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch6
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.24.0.bb)2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2/0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch b/meta/recipes-graphics/libsdl2/libsdl2/0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch
index 57bc522393..f34b870e74 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2/0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch
+++ b/meta/recipes-graphics/libsdl2/libsdl2/0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch
@@ -1,4 +1,4 @@
1From 0234c546d86174fafe9ab280cf5f44de50b73676 Mon Sep 17 00:00:00 2001 1From 77093de6a12c24a60fc447698900d18d0a3943af Mon Sep 17 00:00:00 2001
2From: Carlos Rafael Giani <crg7475@mailbox.org> 2From: Carlos Rafael Giani <crg7475@mailbox.org>
3Date: Fri, 18 Mar 2022 12:06:23 +0100 3Date: Fri, 18 Mar 2022 12:06:23 +0100
4Subject: [PATCH] Disable libunwind in native OE builds by not looking for 4Subject: [PATCH] Disable libunwind in native OE builds by not looking for
@@ -22,10 +22,10 @@ Upstream-Status: Inappropriate [OE specific]
22 1 file changed, 1 insertion(+), 1 deletion(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
23 23
24diff --git a/CMakeLists.txt b/CMakeLists.txt 24diff --git a/CMakeLists.txt b/CMakeLists.txt
25index 644715a..bbf2e28 100644 25index 7617205..d9b1522 100644
26--- a/CMakeLists.txt 26--- a/CMakeLists.txt
27+++ b/CMakeLists.txt 27+++ b/CMakeLists.txt
28@@ -869,7 +869,7 @@ if(SDL_LIBC) 28@@ -952,7 +952,7 @@ if(SDL_LIBC)
29 check_include_file(sys/types.h HAVE_SYS_TYPES_H) 29 check_include_file(sys/types.h HAVE_SYS_TYPES_H)
30 foreach(_HEADER 30 foreach(_HEADER
31 stdio.h stdlib.h stddef.h stdarg.h malloc.h memory.h string.h limits.h float.h 31 stdio.h stdlib.h stddef.h stdarg.h malloc.h memory.h string.h limits.h float.h
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.24.0.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb
index d5cbf73df2..6bff0b8fe3 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.24.0.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb
@@ -27,7 +27,7 @@ SRC_URI:append:class-native = " file://0001-Disable-libunwind-in-native-OE-build
27 27
28S = "${WORKDIR}/SDL2-${PV}" 28S = "${WORKDIR}/SDL2-${PV}"
29 29
30SRC_URI[sha256sum] = "91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97" 30SRC_URI[sha256sum] = "bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b"
31 31
32inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even 32inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
33 33