Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *appstream* to *1.0.6* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-appstream-upgrade-1.0.5-1.0.6.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 4694e24b1490c3af6f75ac0906743dfddaaf70ac Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 2 Sep 2025 21:12:47 +0000
Subject: [PATCH] appstream: upgrade 1.0.5 -> 1.0.6

---
 .../appstream/appstream/0001-remove-hardcoded-path.patch      | 4 ++--
 .../appstream/appstream/0002-Do-not-build-qt-tests.patch      | 2 +-
 ...Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 4 ++--
 .../appstream/{appstream_1.0.5.bb => appstream_1.0.6.bb}      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-support/appstream/{appstream_1.0.5.bb => 
appstream_1.0.6.bb} (94%)

diff --git 
a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch 
b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
index 03ac5eb05b..b85c4fd01b 100644
--- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
+++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
@@ -1,4 +1,4 @@
-From 7372848f22d7edc01e40b0533047b34f41f6cf71 Mon Sep 17 00:00:00 2001
+From 03e13b308c7a7931035fd8587c946a3e1ba49afb Mon Sep 17 00:00:00 2001
 From: Markus Volk <[email protected]>
 Date: Mon, 12 Dec 2022 15:42:42 +0100
 Subject: [PATCH] remove hardcoded path
@@ -14,7 +14,7 @@ Upstream-Status: Inappropriate [oe-specific]
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 7e89ab0..c34ea74 100644
+index ee5b179..8a06e75 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -194,10 +194,10 @@ endif
diff --git 
a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch 
b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
index 71c9aadbc9..52e605bbd1 100644
--- a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
+++ b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
@@ -1,4 +1,4 @@
-From 43afdff090c4cbb2d3b4025a38b25a718c8f16b5 Mon Sep 17 00:00:00 2001
+From bb34e3be24466c7a56b8f55c57348c6ffd8966bf Mon Sep 17 00:00:00 2001
 From: Marc Ferland <[email protected]>
 Date: Fri, 26 Jul 2024 15:41:00 -0400
 Subject: [PATCH] Do not build qt/tests
diff --git 
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
 
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
index e522a92e14..197b58c7f4 100644
--- 
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
+++ 
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
@@ -1,4 +1,4 @@
-From c36b6226479a20ebd910f355deddb9d5c7571213 Mon Sep 17 00:00:00 2001
+From c9c6f276653c0a172fce671219b9faf791212e1e Mon Sep 17 00:00:00 2001
 From: Marc Ferland <[email protected]>
 Date: Mon, 29 Jul 2024 09:35:51 -0400
 Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in
@@ -39,7 +39,7 @@ Signed-off-by: Marc Ferland <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/qt/cmake/AppStreamQtConfig.cmake.in 
b/qt/cmake/AppStreamQtConfig.cmake.in
-index 63df65f2..5ab2d0ec 100644
+index 63df65f..5ab2d0e 100644
 --- a/qt/cmake/AppStreamQtConfig.cmake.in
 +++ b/qt/cmake/AppStreamQtConfig.cmake.in
 @@ -1,5 +1,5 @@
diff --git a/meta/recipes-support/appstream/appstream_1.0.5.bb 
b/meta/recipes-support/appstream/appstream_1.0.6.bb
similarity index 94%
rename from meta/recipes-support/appstream/appstream_1.0.5.bb
rename to meta/recipes-support/appstream/appstream_1.0.6.bb
index bb293f76e2..62761380f5 100644
--- a/meta/recipes-support/appstream/appstream_1.0.5.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.6.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
        file://0002-Do-not-build-qt-tests.patch \
        file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
 "
-SRC_URI[sha256sum] = 
"ce0ed29e89abd5f0cf790ea87d792f1967c3413060beb30e63a979578d975121"
+SRC_URI[sha256sum] = 
"db4439db6a33de3ca1041473501610844ddf1b72ae23016c05242c681c380b4d"
 
 S = "${UNPACKDIR}/AppStream-${PV}"
 
-- 
2.47.1

Attachment: 0001-appstream-upgrade-1.0.5-1.0.6.patch
Description: Binary data

packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PKGV changed from 1.0.5 
[default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PV changed from "1.0.5" 
to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-dbg: FILELIST: removed 
"/usr/lib/.debug/libappstream.so.1.0.5", added 
"/usr/lib/.debug/libappstream.so.1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PKGSIZE changed from 
2433552 to 2433736 (+0%)
packages/x86-64-v3-poky-linux/appstream/appstream-dev: PKGV changed from 1.0.5 
[default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-dev: PV changed from "1.0.5" 
to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-doc: PKGV changed from 1.0.5 
[default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-doc: PV changed from "1.0.5" 
to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ain: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ain: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ar: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ar: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn-bd: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn-bd: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ca: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ca: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ckb: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ckb: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-cs: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-cs: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-da: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-da: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-de: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-de: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-en-gb: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-en-gb: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-en-gb: PKGSIZE changed 
from 107632 to 108634 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-eo: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-eo: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-es: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-es: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-es: PKGSIZE changed 
from 116880 to 117987 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-et: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-et: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-eu: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-eu: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PKGSIZE changed 
from 19246 to 39586 (+106%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PKGSIZE changed 
from 100489 to 121348 (+21%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-gd: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-gd: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-gl: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-gl: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-gl: PKGSIZE changed 
from 97682 to 98020 (+0%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-he: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-he: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hi: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hi: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hr: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hr: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hu: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-hu: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ia: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ia: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-id: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-id: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-id: PKGSIZE changed 
from 111318 to 112348 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-it: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-it: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ja: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ja: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ka: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ka: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ko: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ko: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-lt: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-lt: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-nb: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-nb: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-nl: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-nl: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-nl: PKGSIZE changed 
from 71938 to 72809 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-oc: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-oc: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PKGSIZE changed 
from 117575 to 117577 (+0%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt-br: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt-br: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt: PKGSIZE changed 
from 115448 to 116621 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ro: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ro: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-rom: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-rom: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ru: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ru: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sk: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sk: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sl: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sl: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sl: PKGSIZE changed 
from 111804 to 112801 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr+latin: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr+latin: PV changed 
from "1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sv: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-sv: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ta: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ta: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-ta: PKGSIZE changed 
from 199157 to 199217 (+0%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PKGSIZE changed 
from 114034 to 115169 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PKGSIZE changed 
from 153898 to 153665 (-0%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-cn: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-cn: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-cn: PKGSIZE changed 
from 102644 to 103553 (+1%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-tw: PKGV changed 
from 1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-tw: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-src: PKGV changed from 1.0.5 
[default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-src: PV changed from "1.0.5" 
to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream-src: PKGSIZE changed from 
98949 to 99147 (+0%)
packages/x86-64-v3-poky-linux/appstream/appstream-staticdev: PKGV changed from 
1.0.5 [default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream-staticdev: PV changed from 
"1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream: PKGV changed from 1.0.5 
[default] to 1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream/appstream: PV changed from "1.0.5" to 
"1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream: FILELIST: removed 
"/usr/lib/libappstream.so.1.0.5", added "/usr/lib/libappstream.so.1.0.6"
packages/x86-64-v3-poky-linux/appstream/appstream: PKGSIZE changed from 1045213 
to 1047826 (+0%)
packages/x86-64-v3-poky-linux/appstream: PKGV changed from 1.0.5 [default] to 
1.0.6 [default]
packages/x86-64-v3-poky-linux/appstream: PV changed from "1.0.5" to "1.0.6"
packages/x86-64-v3-poky-linux/appstream: SRC_URI changed from 
"https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.5.tar.xz 
file://0001-remove-hardcoded-path.patch file://0002-Do-not-build-qt-tests.patch 
file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch" to 
"https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.6.tar.xz 
file://0001-remove-hardcoded-path.patch file://0002-Do-not-build-qt-tests.patch 
file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch"
packages/x86-64-v3-poky-linux/appstream: PACKAGES: added "appstream-locale-th"
Changes to packages/x86-64-v3-poky-linux/appstream (sysroot):
  /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.0.5 
to libappstream.so.1.0.6
  /usr/lib/libappstream.so.1.0.5 moved to /usr/lib/libappstream.so.1.0.6
Changes to packages/x86_64-linux/appstream-native (sysroot):
  /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.0.5 
to libappstream.so.1.0.6
  /usr/lib/libappstream.so.1.0.5 moved to /usr/lib/libappstream.so.1.0.6
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PKGSIZE changed 
from 19246 to 39586 (+106%)
packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PKGSIZE changed 
from 100489 to 121348 (+21%)
packages/x86-64-v3-poky-linux/appstream/appstream: FILELIST: removed 
"/usr/lib/libappstream.so.1.0.5", added "/usr/lib/libappstream.so.1.0.6"
packages/x86-64-v3-poky-linux/appstream: PACKAGES: added "appstream-locale-th"
Changes to packages/x86-64-v3-poky-linux/appstream (sysroot):
  /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.0.5 
to libappstream.so.1.0.6
  /usr/lib/libappstream.so.1.0.5 moved to /usr/lib/libappstream.so.1.0.6
Changes to packages/x86_64-linux/appstream-native (sysroot):
  /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.0.5 
to libappstream.so.1.0.6
  /usr/lib/libappstream.so.1.0.5 moved to /usr/lib/libappstream.so.1.0.6
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#222825): 
https://lists.openembedded.org/g/openembedded-core/message/222825
Mute This Topic: https://lists.openembedded.org/mt/115035526/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to