From 6632886b140ccf9874e06c05eb5589e0df6a01cb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:13 +0800 Subject: [PATCH] libsdl2: upgrade 2.30.8 -> 2.30.9 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../libsdl2/{libsdl2_2.30.8.bb => libsdl2_2.30.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.8.bb => libsdl2_2.30.9.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.8.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb index d46f014502b..0371b2e745d 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.8.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.9.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "380c295ea76b9bd72d90075793971c8bcb232ba0a69a9b14da4ae8f603350058" +SRC_URI[sha256sum] = "24b574f71c87a763f50704bbb630cbe38298d544a1f890f099a4696b1d6beba4" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even -- 2.47.3