diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-26 16:24:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
commit | 68ead518d916f9e4a96c7c9c5df7a06af9faff0b (patch) | |
tree | af6b913fcf37b9638d399c47768917f656b11eb3 /meta/recipes-gnome | |
parent | 32558186eb485696a4df686e76dc9151bc061ede (diff) | |
download | poky-68ead518d916f9e4a96c7c9c5df7a06af9faff0b.tar.gz |
gobject-introspection: upgrade 1.78.0 -> 1.78.1
Changelog:
Avoid undefined behaviour in the Regress test suite
(From OE-Core rev: 27299339c2b0ddd3d2a2fdac4ae63d37dc8c600a)
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-gnome')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb index 42b0979aaf..2c6fb7aaa3 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \ | |||
16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \ | 16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "84f5bd2038bd52abbce74a639832c5b46a2d17e9c5a8ae14f9788e8516c04166" | 19 | SRC_URI[sha256sum] = "bd7babd99af7258e76819e45ba4a6bc399608fe762d83fde3cac033c50841bb4" |
20 | 20 | ||
21 | SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" | 21 | SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" |
22 | 22 | ||