From b2a1c6b8e4cae37a02342aa8aaf20bf8b0b4d647 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 13 Feb 2023 10:37:53 +0800 Subject: [PATCH] libsdl2: upgrade 2.26.2 -> 2.26.3 License-Update: Copyright year updated to 2023. (From OE-Core rev: 81a08ae4d89f15ab48ed84c1f8bdced7229e02ad) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../libsdl2/{libsdl2_2.26.2.bb => libsdl2_2.26.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.2.bb => libsdl2_2.26.3.bb} (96%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb similarity index 96% rename from meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb index 17fc410f6c..871bb19712 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb @@ -9,7 +9,7 @@ SECTION = "libs" LICENSE = "Zlib & BSD-2-Clause" LIC_FILES_CHKSUM = "\ - file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315 \ + file://LICENSE.txt;md5=31f575634fd56b27fc6b6cbe8dc9bd38 \ file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0" +SRC_URI[sha256sum] = "c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even