summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:28:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit8f52b22d4072031330b1066152b250bf9eca432d (patch)
tree1bf11ebb728abfbe5a81f1aa67ab1f1020fefb24 /meta/recipes-core/glib-2.0
parent48947d334563aab743d0bd0aba4c71407517eed9 (diff)
downloadpoky-8f52b22d4072031330b1066152b250bf9eca432d.tar.gz
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 (From OE-Core rev: 148d1492314a73731048a74d2561ec19eefe369c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.74.3.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.74.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 8fd785a7fd..8f66fd9581 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 \
21 " 21 "
22SRC_URI:append:class-native = " file://relocate-modules.patch" 22SRC_URI:append:class-native = " file://relocate-modules.patch"
23 23
24SRC_URI[sha256sum] = "0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964" 24SRC_URI[sha256sum] = "e9bc41ecd9690d9bc6a970cc7380119b828e5b6a4b16c393c638b3dc2b87cbcb"
25 25
26# Find any meson cross files in FILESPATH that are relevant for the current 26# Find any meson cross files in FILESPATH that are relevant for the current
27# build (using siteinfo) and add them to EXTRA_OEMESON. 27# build (using siteinfo) and add them to EXTRA_OEMESON.