summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-05-09 16:59:49 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-09 07:52:29 -0700
commitd4f5e3846c47531132efed12418e51aba1f3d941 (patch)
treedae0561c345b9f637fb599d7a2c81b0f872a64d5 /meta-oe/recipes-core/glib-2.0
parent71bbe89bac6c7b2788e92932e3ea271cf5cbb5bc (diff)
downloadmeta-openembedded-d4f5e3846c47531132efed12418e51aba1f3d941.tar.gz
glibmm-2.68: upgrade 2.70.0 -> 2.72.1
Changelog: ========== Glib: * ustring_Iterator: Don't declare copy constructor =default. A fix in the 2.72.0 release broke ABI. * MainContext: Add create(MainContextFlags flags) Gio: * Add AppInfoMonitor * DBus::Proxy: signal_signal() accepts a signal name * File: Add move_async() and move_finish() * SocketClient: Deprecate set/get/property_tls_validation_flags() * TlsCertificate: Add properties private_key, private_key_pem, pkcs11_uri, private_key_pkcs11_uri. Fix the create*() methods. * TlsClientConnection.hg: Deprecate set/get/property_validation_flags() gmmproc: * Add "ignore_deprecations" argument in _WRAP_METHOD() Build: * Require glib-2.0 >= 2.71.2 * MSVC build: Support VS2022 builds * Meson build: Specify 'check' option in run_command() Require Meson >= 0.55.0 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0')
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb (renamed from meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.70.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.70.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb
index 278cfd87b..f13cf9d50 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.70.0.bb
+++ b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.72.1.bb
@@ -13,7 +13,7 @@ inherit gnomebase
13 13
14SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 14SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
15 15
16SRC_URI[archive.sha256sum] = "8008fd8aeddcc867a3f97f113de625f6e96ef98cf7860379813a9c0feffdb520" 16SRC_URI[archive.sha256sum] = "2a7649a28ab5dc53ac4dabb76c9f61599fbc628923ab6a7dd74bf675d9155cd8"
17 17
18S = "${WORKDIR}/${GNOMEBN}-${PV}" 18S = "${WORKDIR}/${GNOMEBN}-${PV}"
19 19