From 91c35d5311aaed92bc48766da9bdedc9fa5a4044 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:05:17 +0100 Subject: [PATCH] libsdl2: upgrade 2.26.0 -> 2.26.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb index 3dda0825933..0b2231bc7ac 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295" +SRC_URI[sha256sum] = "02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even -- 2.47.3