diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 10:59:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:19:43 +0000 |
commit | ee43b20a636637543f0e26a9c4efe5a83a11dbc3 (patch) | |
tree | 6f6672f982bd2f5f2138108e46689d52844c1b45 /meta/recipes-graphics/libsdl2 | |
parent | 751f85a5d16a39aa925d57d7df6e3e8604686f38 (diff) | |
download | poky-ee43b20a636637543f0e26a9c4efe5a83a11dbc3.tar.gz |
libsdl2: upgrade 2.24.1 -> 2.24.2
(From OE-Core rev: 0091bbe02399f49b7da1ebf9b45541b26fb2ce12)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.24.2.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.24.2.bb index 6bff0b8fe3..ce5a8aa8f2 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.24.1.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.24.2.bb | |||
@@ -27,7 +27,7 @@ SRC_URI:append:class-native = " file://0001-Disable-libunwind-in-native-OE-build | |||
27 | 27 | ||
28 | S = "${WORKDIR}/SDL2-${PV}" | 28 | S = "${WORKDIR}/SDL2-${PV}" |
29 | 29 | ||
30 | SRC_URI[sha256sum] = "bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b" | 30 | SRC_URI[sha256sum] = "b35ef0a802b09d90ed3add0dcac0e95820804202914f5bb7b0feb710f1a1329f" |
31 | 31 | ||
32 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even | 32 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even |
33 | 33 | ||