From patchwork Sun Dec 15 09:29:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 54099 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 AF22FE77191 for ; Sun, 15 Dec 2024 09:29:50 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.33350.1734254985912167728 for ; Sun, 15 Dec 2024 01:29:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Fmn4HOvP; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=EzryX/zL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010193c9a70e9d-9b16dc6e-1571-4a1b-a888-ce11ffc2201e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1734254989; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5OcsXxZbR9Tr1S6IKD44F3euQ/mVkqz/cZRFqwWDWqM=; b=Fmn4HOvPm7JGPePyGEwu+0/39wPYtweAOmW04Y68Kk+AmlLyPpKlTjAwxbKgmBI7 O8qT+rWyp88z8KeM8g9MMa5VQ019B+wYmN1IhNYzsyivWqS+7SDRODon2fbelSCZv6h N+tOdTrWCiEBFna6QQLIPTA0jZkHk1w9/KNkDNYc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1734254989; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5OcsXxZbR9Tr1S6IKD44F3euQ/mVkqz/cZRFqwWDWqM=; b=EzryX/zL22idHtwqYBTQp9puTz0k3ma7USVQShut4ZyG/NGAhwp19lhKuhreX5Zu fAUdRiKIwsFyU3ioLqUgn8zwGCEnoQB1UZ/W0EiLPszluIbUR26bK4wEiABZGY+4b8D ZLO2kqmm1WS5/4RxNXJOI4J/4tB9eQBfeceACqUc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.0.4 SUCCEEDED Message-ID: <01010193c9a70e9d-9b16dc6e-1571-4a1b-a888-ce11ffc2201e-000000@us-west-2.amazonses.com> Date: Sun, 15 Dec 2024 09:29:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.15-54.240.27.191 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 ; Sun, 15 Dec 2024 09:29:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208737 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *appstream* to *1.0.4* has Succeeded. Next steps: - apply the patch: git am 0001-appstream-upgrade-1.0.3-1.0.4.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 13ae8013e30d05e12824cdd7ccf629dac62e5b63 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Dec 2024 08:45:58 +0000 Subject: [PATCH] appstream: upgrade 1.0.3 -> 1.0.4 --- .../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 | 4 ++-- .../appstream/{appstream_1.0.3.bb => appstream_1.0.4.bb} | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) rename meta/recipes-support/appstream/{appstream_1.0.3.bb => appstream_1.0.4.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 d4d5517ab1..f27b200406 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 03f00252c2fc948c0bce1fc0a6ee87adef71d1bb Mon Sep 17 00:00:00 2001 +From ebc1b9fa1dab4677df16dce47a0140ce46a7cfc8 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 5f2eaa22..4a2483a1 100644 +index 7e89ab0..c34ea74 100644 --- a/meson.build +++ b/meson.build -@@ -191,10 +191,10 @@ endif +@@ -194,10 +194,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 9a725ab8e4..186aa7813c 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 a7721cf4f412fbe18fe15127bea7b1457b99f684 Mon Sep 17 00:00:00 2001 +From 8c657ac068af3219234287888d249344d43e9638 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 1909bcf7..c3ca20fb 100644 +index 7d9ed7d..e319425 100644 --- a/qt/meson.build +++ b/qt/meson.build -@@ -148,5 +148,3 @@ install_data ( +@@ -150,5 +150,3 @@ install_data ( # end of Qt version loop endforeach 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..276e130ddb 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 effe14b176320b8d4e36c9a258043747420f5769 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.3.bb b/meta/recipes-support/appstream/appstream_1.0.4.bb similarity index 94% rename from meta/recipes-support/appstream/appstream_1.0.3.bb rename to meta/recipes-support/appstream/appstream_1.0.4.bb index 092d85d1a0..a9c87f7589 100644 --- a/meta/recipes-support/appstream/appstream_1.0.3.bb +++ b/meta/recipes-support/appstream/appstream_1.0.4.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] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4" +SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509" S = "${WORKDIR}/AppStream-${PV}"