diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-22 17:14:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-28 09:38:23 +0100 |
commit | a639023d64a805064a6d637f5be0ef56d329b601 (patch) | |
tree | c1b69d34252032a8249faf7ad1f6cbe73006618e /meta | |
parent | d5123a2564d507175e5e34772bf5da760c495a87 (diff) | |
download | poky-a639023d64a805064a6d637f5be0ef56d329b601.tar.gz |
appstream: upgrade 1.0.2 -> 1.0.3
Changelog:
===========
* qt: Fix relocation of Config.cmake files
* cli: check-syscompat: Recognize available required controls as available
* validator: Guard issue emission functions with G_GNUC_PRINTF
* validator: Always use secure string formatting for issue emit function
* utils: Explicitly set format style when installing catalog metadata
* Suppress static-analyzer drawing wrong conclusions on GCC 14
(From OE-Core rev: be566cf0fecba34f1f792cbf060143be710970ee)
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-support/appstream/appstream_1.0.3.bb (renamed from meta/recipes-support/appstream/appstream_1.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/appstream/appstream_1.0.2.bb b/meta/recipes-support/appstream/appstream_1.0.3.bb index 7eb12a04c5..625e85a0ae 100644 --- a/meta/recipes-support/appstream/appstream_1.0.2.bb +++ b/meta/recipes-support/appstream/appstream_1.0.3.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = " \ | |||
28 | https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \ | 28 | https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \ |
29 | file://0001-remove-hardcoded-path.patch \ | 29 | file://0001-remove-hardcoded-path.patch \ |
30 | " | 30 | " |
31 | SRC_URI[sha256sum] = "1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b" | 31 | SRC_URI[sha256sum] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4" |
32 | 32 | ||
33 | S = "${WORKDIR}/AppStream-${PV}" | 33 | S = "${WORKDIR}/AppStream-${PV}" |
34 | 34 | ||