diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-08 13:44:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-10 06:49:11 -0700 |
| commit | 59dabc58ecbc5f83e051564d18b8bfc52ecedd83 (patch) | |
| tree | 6a5ac5c7f55e00439f82c0093eb88d50abae6887 | |
| parent | beec23ea8ff4b2942a8cff69f7b2ce104bd475af (diff) | |
| download | meta-openembedded-59dabc58ecbc5f83e051564d18b8bfc52ecedd83.tar.gz | |
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/appstream/appstream_0.16.3.bb (renamed from meta-oe/recipes-support/appstream/appstream_0.16.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb b/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" | |||
| 25 | 25 | ||
| 26 | SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" | 26 | SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" |
| 27 | SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" | 27 | SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" |
| 28 | SRC_URI[sha256sum] = "f9cb80bd388fbf06be268afa7f2d65863c85d605ad874b905094f3982d03f232" | 28 | SRC_URI[sha256sum] = "081c917646e94d7221c9e4aae54dacda95a27c607fa93cd8e6344a2b318b98b1" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/AppStream-${PV}" | 30 | S = "${WORKDIR}/AppStream-${PV}" |
| 31 | 31 | ||
