From 148d1492314a73731048a74d2561ec19eefe369c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 5 Dec 2022 10:28:51 +0800 Subject: [PATCH] glib-2.0: upgrade 2.74.1 -> 2.74.3 Changelog: =========== * Fix regression in type checking 'g_str_equal()' from C++ projects (#2820) * Bugs fixed: - #2820 g_str_equal: New macro version breaks compilation in C++ projects - !3096 Backport !3094 "gstrfuncs: Fix regression in C++ types accepted by g_str_equal()" to glib-2-74 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../glib-2.0/{glib-2.0_2.74.1.bb => glib-2.0_2.74.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.74.1.bb => glib-2.0_2.74.3.bb} (96%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.74.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.74.3.bb similarity index 96% rename from meta/recipes-core/glib-2.0/glib-2.0_2.74.1.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.74.3.bb index 8fd785a7fd2..8f66fd9581c 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.74.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.74.3.bb @@ -21,7 +21,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ " SRC_URI:append:class-native = " file://relocate-modules.patch" -SRC_URI[sha256sum] = "0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964" +SRC_URI[sha256sum] = "e9bc41ecd9690d9bc6a970cc7380119b828e5b6a4b16c393c638b3dc2b87cbcb" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. -- 2.47.3