From patchwork Sat Jul 25 05:53:10 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: 93484 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 402FFC531D0 for ; Sat, 25 Jul 2026 05:53:14 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.34892.1784958790969044710 for ; Fri, 24 Jul 2026 22:53:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=llugtV2g; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=eao6NZlc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019f97d5aa10-cba252d1-01fa-4ba3-85e6-8c21e6a93af6-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=1784958790; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8xm7Soi87FEUXDIQAEVdP1S1TSUSWZASOCVvdrtfMzE=; b=llugtV2gAfRNBLGzaDX4sdZgIwLfeGVj1wzZ2eBsdkLy095UZ4J2INRwEaczmAZ2 xrWuOFVxvsTLh7a5H+sJm/INtoJL+UCJHstxZN9UwojLsFEARqiOKZBMEbTd22U00N5 ek8QfG9Fhfd536KkE/kq6XPv69NpQY1OPhnz+HXU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784958790; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8xm7Soi87FEUXDIQAEVdP1S1TSUSWZASOCVvdrtfMzE=; b=eao6NZlcgeiWboexxQnmv/xFieE/fgcaazEsVVvLvbvrlDgFaNBl5bGTsreMrO91 UIwWHTptRzDOeSy4hHeavdPMjM3+VffrLyp/DmLswIv4fJ5KVlqoRXcit4t5XgWeRQI Ky4Ih3HdUTzt3KPqYQAzrQTy2JzIYi6kOsL7Zkb8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.1.5 FAILED Message-ID: <0101019f97d5aa10-cba252d1-01fa-4ba3-85e6-8c21e6a93af6-000000@us-west-2.amazonses.com> Date: Sat, 25 Jul 2026 05:53:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.25-54.240.27.30 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 ; Sat, 25 Jul 2026 05:53:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241963 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *appstream* to *1.1.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-appstream-upgrade-1.1.3-1.1.5.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 dcfcf942d5e4077bf0ab00d2a689e4bf990dbccb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 25 Jul 2026 05:41:43 +0000 Subject: [PATCH] appstream: upgrade 1.1.3 -> 1.1.5 Source: NEWS Version 1.1.5 ~~~~~~~~~~~~~ Released: 2026-07-24 Features: * sysinfo: Implement display size detection on macOS Bugfixes: * qt: Add back wrong const Component::addBundle for ABI compatibility * qt: Use strndup for C string-list conversion * pool: Fix bidirectional wildcard search for modalias provides Contributors: Matthias Klumpp Version 1.1.4 ~~~~~~~~~~~~~ Released: 2026-07-22 Features: * sysinfo: Assume a more modern display for the handset chassis template * sysinfo: Assume a more modern display for the tablet chassis template * sysinfo: Initial code to autodetect the display size on Wayland * sysinfo: Handle fractional display scaling via xdg-output * Implement support for GCVE as vulnerability database provider * qt: Sync enum mirrors with the C library * qt: Add Artifact, Checksum, Reference, Review and Agreement wrappers * qt: Wrap missing C API on existing classes * reviews: Add simple interface to fetch ODRS reviews for a component * reviews: Implement support for submitting reviews Specification: * docs: Suggest using the longest display side for maximum size constraints Bugfixes: * Make GResources we need outlive main thread destruction * pool: Properly implement cancellation of load operations * sysinfo: Fix display-length setter overriding the shortest edge * relation-check: Don't zero the score if a required check errored * curl: Harden downloader by restricting protocols to only HTTP(S) * curl: Allow making POST requests and changing the user agent * curl: Fix retry-loop data corruption and don't blindly retry POST requests * yaml: Fix potential crashes when encountering missing relation entry values * yaml: Adjust tests and emitter to work around libfyaml string-quoting change * yaml: Ensure version relations are consistently quoted * qt: Fix buffer overrun in stringListToCharArray Miscellaneous: * ci: freebsd: Switch from Cirrus to GitHub Actions * ci: Update Ubuntu LTS to 26.04 Contributors: Gleb Popov, Matthias Klumpp --- .../appstream/appstream/0001-remove-hardcoded-path.patch | 6 +++--- .../appstream/appstream/0002-Do-not-build-qt-tests.patch | 6 +++--- ...x-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 2 +- .../appstream/{appstream_1.1.3.bb => appstream_1.1.5.bb} | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-support/appstream/{appstream_1.1.3.bb => appstream_1.1.5.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 56a5479099..d72bd73d85 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 bf79c20cfee4a074ca752a1466dc96d0b9eb6175 Mon Sep 17 00:00:00 2001 +From 8cf2785a4ac93c07c1dbd3a16a507e942d469aa4 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,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific] 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index 9af5f58..ad1483d 100644 +index 4c3ccf2..62b9838 100644 --- a/meson.build +++ b/meson.build -@@ -194,10 +194,10 @@ endif +@@ -227,10 +227,10 @@ endif stemmer_inc_dirs = include_directories() if get_option('stemming') stemmer_lib = cc.find_library('stemmer', required: true) 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 3e666181eb..7a12a78dd1 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 1a1619dce3c3fa54fa5f47f7ed89447e0805de43 Mon Sep 17 00:00:00 2001 +From 443b575a6444e76fdbd6a6ff9d0d3e378b6a96a2 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 @@ -23,10 +23,10 @@ Signed-off-by: Marc Ferland 1 file changed, 2 deletions(-) diff --git a/qt/meson.build b/qt/meson.build -index 407a57a..840c838 100644 +index 488fe60..83c2715 100644 --- a/qt/meson.build +++ b/qt/meson.build -@@ -130,5 +130,3 @@ install_data ( +@@ -144,5 +144,3 @@ install_data ( join_paths(meson.current_build_dir(), 'AppStreamQtConfigVersion.cmake'), install_dir: join_paths(get_option('libdir'), 'cmake', 'AppStreamQt') ) 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 8ba4de95c9..7b533a31bc 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 4fdd29346b51eea577ee46c7166348dad19bbcb0 Mon Sep 17 00:00:00 2001 +From 6bda946d63af196169d8b81ee5cf81c3df7f891a 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.3.bb b/meta/recipes-support/appstream/appstream_1.1.5.bb similarity index 94% rename from meta/recipes-support/appstream/appstream_1.1.3.bb rename to meta/recipes-support/appstream/appstream_1.1.5.bb index 06e4f7940a..ccf627a478 100644 --- a/meta/recipes-support/appstream/appstream_1.1.3.bb +++ b/meta/recipes-support/appstream/appstream_1.1.5.bb @@ -24,7 +24,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] = "2624f967068427edc94f3979edae3571bb077063f5bc231f737776da527bf467" +SRC_URI[sha256sum] = "fc57337e250b0d27e75ac4216cc69a76d03c54011a5da5c7a2c57711a3d0cdf9" S = "${UNPACKDIR}/AppStream-${PV}"