From 1c5355d3a5374a312f6f5d6933b672fa703baf67 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 19 Nov 2022 15:38:02 +0800 Subject: [PATCH] glibmm-2.68: upgrade 2.72.1 -> 2.74.0 Changelog: ========== Glib: * ustring: Add release() Gio: * ListStore: Don't derive a gtkmm__GListStore GType * DBus::Proxy: get_connection(), get_interface_info(): Add refreturn * AppInfo: Add get_default_for_type_async/finish(), get_default_for_uri_scheme_async/finish() * File: Add make_symbolic_link_async/finish() * ListStore: Add property_n_items() * Resolver: Add lookup_by_name_with_flags(), lookup_by_name_with_flags_async/finish() * ListStore: Add find() * File: Add create_tmp() Documentation: * Glib::RefPtr: Improve the documentation * Gio::Action: Improve the documentation gmmproc: * Improved handling of final types * Improve handling of gi-docgen syntax in C documentation Build: * Meson build: Avoid unnecessary configuration warnings * Meson/MSVC: Add more warnings to ignore * NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created * Require glib-2.0 >= 2.73.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../glib-2.0/{glibmm-2.68_2.72.1.bb => glibmm-2.68_2.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/glib-2.0/{glibmm-2.68_2.72.1.bb => glibmm-2.68_2.74.0.bb} (90%) diff --git a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb similarity index 90% rename from meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb rename to meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb index f13cf9d50b..5028a8bb8a 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb @@ -13,7 +13,7 @@ inherit gnomebase SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" -SRC_URI[archive.sha256sum] = "2a7649a28ab5dc53ac4dabb76c9f61599fbc628923ab6a7dd74bf675d9155cd8" +SRC_URI[archive.sha256sum] = "2b472696cbac79db8e405724118ec945219c5b9b18af63dc8cfb7f1d89b0f1fa" S = "${WORKDIR}/${GNOMEBN}-${PV}"