From 59dabc58ecbc5f83e051564d18b8bfc52ecedd83 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 8 Sep 2023 13:44:36 +0200 Subject: [PATCH] appstream: update 0.16.2 -> 0.16.3 Version 0.16.3 ~~~~~~~~~~~~~~ Released: 2023-08-22 Features: * compose: Allow creating metadata with complete URLs and no base URL Bugfixes: * Fix tweaking of appstream.pc when building as subproject * Do not override default-priority when parsing multiple metadata files * Ensure stemmer always has the right locale and token-search works * Require a more recent libxmlb to avoid crashes Miscellaneous: * Work around invalid null-dereference warning in GCC 13 Contributors: Daniel Drake, Matthias Klumpp Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../appstream/{appstream_0.16.2.bb => appstream_0.16.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/appstream/{appstream_0.16.2.bb => appstream_0.16.3.bb} (94%) diff --git a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb b/meta-oe/recipes-support/appstream/appstream_0.16.3.bb similarity index 94% rename from meta-oe/recipes-support/appstream/appstream_0.16.2.bb rename to meta-oe/recipes-support/appstream/appstream_0.16.3.bb index 240e63a1bd..222cd80be1 100644 --- a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb +++ b/meta-oe/recipes-support/appstream/appstream_0.16.3.bb @@ -25,7 +25,7 @@ GIR_MESON_OPTION = "gir" SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" -SRC_URI[sha256sum] = "f9cb80bd388fbf06be268afa7f2d65863c85d605ad874b905094f3982d03f232" +SRC_URI[sha256sum] = "081c917646e94d7221c9e4aae54dacda95a27c607fa93cd8e6344a2b318b98b1" S = "${WORKDIR}/AppStream-${PV}"