From patchwork Fri Jun 19 06:18:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 90490 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 9DD34CD98E6 for ; Fri, 19 Jun 2026 06:18:41 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.36828.1781849908347305541 for ; Thu, 18 Jun 2026 23:18:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=uFEGaVWN; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Epdu5OhW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ede87ef1b-548c9476-d657-4be7-b52d-175d68a4c6bb-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1781849911; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VdNPoReF+jqYaauxUmr2n19U7X6KSl+Y5HYXRUp/Bh0=; b=uFEGaVWNEHIMqlT6k2LELHIinPI9BgsvpHxfWOqvl4y0ByzFCxpalxeyNP/fqo+o 6xDDjvURP9B148VCwm2u/anNQwzZooy29Dmgo3ImIDXml6lqstjHoblRIQpJc37Cjm4 unpx+ai1YIdyUo0stnq0sA845KWPRm85I3jTp8DU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781849911; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VdNPoReF+jqYaauxUmr2n19U7X6KSl+Y5HYXRUp/Bh0=; b=Epdu5OhWXxdtNckWrl/IyBGHRmAWAoFPmyvelShZPYKN2fytlfMypcMLX7FIQFtm XaiqeT4t4neNaA7gJm6Ijk4jcYM1iQBZhLXN9n/BAN6wp6bin8prMSBbGB/G0vNcuzl VYIW+/Sop2BK9e2TgemMthmGh2YMuRHMGo+5Kt6w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.1.3 FAILED Message-ID: <0101019ede87ef1b-548c9476-d657-4be7-b52d-175d68a4c6bb-000000@us-west-2.amazonses.com> Date: Fri, 19 Jun 2026 06:18:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.19-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 19 Jun 2026 06:18:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239128 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *appstream* to *1.1.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-appstream-upgrade-1.1.2-1.1.3.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 5ecb51985e6cdb7314d3f80b86a5c4d79f1d0900 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 19 Jun 2026 06:18:21 +0000 Subject: [PATCH] appstream: upgrade 1.1.2 -> 1.1.3 --- .../appstream/appstream/0001-remove-hardcoded-path.patch | 4 ++-- .../appstream/appstream/0002-Do-not-build-qt-tests.patch | 5 +---- ...ix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 2 +- .../appstream/{appstream_1.1.2.bb => appstream_1.1.3.bb} | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/appstream/{appstream_1.1.2.bb => appstream_1.1.3.bb} (95%) 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 5f4ec29628..56a5479099 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 e713f4d6ce2ee198eabcc31bc734e84cdb20ea32 Mon Sep 17 00:00:00 2001 +From bf79c20cfee4a074ca752a1466dc96d0b9eb6175 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 ee5b179..8a06e75 100644 +index 9af5f58..ad1483d 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 f6bbdd180a..3e666181eb 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 5763a61ca9aff2e2383c1eeb1ef3f5e6cd07c539 Mon Sep 17 00:00:00 2001 +From 1a1619dce3c3fa54fa5f47f7ed89447e0805de43 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 @@ -32,6 +32,3 @@ index 407a57a..840c838 100644 ) - -subdir('tests/') --- -2.34.1 - 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 d1994e3c4c..8ba4de95c9 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 f19365d8b90cde7d2a385f8c85b74a2565ff25fa Mon Sep 17 00:00:00 2001 +From 4fdd29346b51eea577ee46c7166348dad19bbcb0 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 diff --git a/meta/recipes-support/appstream/appstream_1.1.2.bb b/meta/recipes-support/appstream/appstream_1.1.3.bb similarity index 95% rename from meta/recipes-support/appstream/appstream_1.1.2.bb rename to meta/recipes-support/appstream/appstream_1.1.3.bb index c6ec0fff0a..53eee13e84 100644 --- a/meta/recipes-support/appstream/appstream_1.1.2.bb +++ b/meta/recipes-support/appstream/appstream_1.1.3.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] = "46b4257100e25a6468ceed7b3ab82441f47b119da3398d30aea6d7b91174b586" +SRC_URI[sha256sum] = "2624f967068427edc94f3979edae3571bb077063f5bc231f737776da527bf467" S = "${UNPACKDIR}/AppStream-${PV}"