From 70a0a3913e5a31ba452e51855751b65d56999975 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 13 Oct 2023 16:59:20 +0800 Subject: [PATCH] libsdl2: upgrade 2.28.3 -> 2.28.4 (From OE-Core rev: f47de111cd66c3f9a5a6d5589e1fd034027a0a75) Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../libsdl2/{libsdl2_2.28.3.bb => libsdl2_2.28.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.28.3.bb => libsdl2_2.28.4.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb index f866a3618f..3fed10878f 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518" +SRC_URI[sha256sum] = "888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even