diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-05 10:28:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-06 15:23:18 +0000 |
commit | 8f52b22d4072031330b1066152b250bf9eca432d (patch) | |
tree | 1bf11ebb728abfbe5a81f1aa67ab1f1020fefb24 /meta | |
parent | 48947d334563aab743d0bd0aba4c71407517eed9 (diff) | |
download | poky-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')
-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 | " |
22 | SRC_URI:append:class-native = " file://relocate-modules.patch" | 22 | SRC_URI:append:class-native = " file://relocate-modules.patch" |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964" | 24 | SRC_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. |