diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-19 15:38:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-19 08:11:45 -0800 |
commit | 1c5355d3a5374a312f6f5d6933b672fa703baf67 (patch) | |
tree | d24c6425d08652c969ba53acb8fed29503fe285c | |
parent | 740a9b250c9defeb7b6c4ab5f26237180ba22c36 (diff) | |
download | meta-openembedded-1c5355d3a5374a312f6f5d6933b672fa703baf67.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb (renamed from meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 | |||
13 | 13 | ||
14 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 14 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
15 | 15 | ||
16 | SRC_URI[archive.sha256sum] = "2a7649a28ab5dc53ac4dabb76c9f61599fbc628923ab6a7dd74bf675d9155cd8" | 16 | SRC_URI[archive.sha256sum] = "2b472696cbac79db8e405724118ec945219c5b9b18af63dc8cfb7f1d89b0f1fa" |
17 | 17 | ||
18 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 18 | S = "${WORKDIR}/${GNOMEBN}-${PV}" |
19 | 19 | ||