From patchwork Fri Aug 15 13:07:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 68613 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BB8CCA0EEE for ; Fri, 15 Aug 2025 13:07:23 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.11431.1755263241983357515 for ; Fri, 15 Aug 2025 06:07:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=CklrL5y4; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=W2W22biR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010198add78c6b-345ccd8e-b548-4585-9125-61462fe59ee9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1755263241; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=QTMYZCSYTLjAkd3gobbL8myiAFGguFEa9eUT0FrusPE=; b=CklrL5y4tHSlbaCnQZmfiI11KgvQrvY1zbSNFnr3u/OKKncFnPHfrmKGpT03O4np dgZGZ9bmqwH9t4iBbFG4gbS5KHMpl6UxVylVqFgdhdGL8H6QxvXMvndm+MkvfXWPYRn O+TXysy9Mw/Bt3KmvGRNQvso+pKfqg0olZUH47go= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1755263241; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=QTMYZCSYTLjAkd3gobbL8myiAFGguFEa9eUT0FrusPE=; b=W2W22biR4tq+OZ6SXOK8ie3wrV+q8xtlhhcuoLPDOKYb94GEV+CVh9r1ZA8U4GFx xpSmSG+Di0WnAqKDsDOVgpiAeiyYzIYurEDRvgq99i9HQWwaSTcJfssHjVrMjnQoY0m ewRLgfyV83nLTMbZyjDKS/myPI0Cb0qgeb+RzRa8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.0.6 SUCCEEDED Message-ID: <01010198add78c6b-345ccd8e-b548-4585-9125-61462fe59ee9-000000@us-west-2.amazonses.com> Date: Fri, 15 Aug 2025 13:07:21 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.15-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 Aug 2025 13:07:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221963 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 98f122ffec22ce0c4ff70042ad05ec2529ad398e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Aug 2025 12:19: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..045c632b88 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 bbefa3fc647c7376733e5e15492aa19f066a50c1 Mon Sep 17 00:00:00 2001 From: Markus Volk 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..2cf1b91bed 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 d0255aaeb404527ae307df1b329738a7f07ae3e0 Mon Sep 17 00:00:00 2001 From: Marc Ferland 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..8ecd396793 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 1fb9e301c32ff035f6d6a23058089166e1f7387a Mon Sep 17 00:00:00 2001 From: Marc Ferland 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 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}"