From patchwork Fri May 1 14:25:56 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: 87365 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 2D93FCD4847 for ; Fri, 1 May 2026 14:25:58 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.15627.1777645547084213696 for ; Fri, 01 May 2026 07:25:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=dYmYTFuC; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=cnbAgZTw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019de3ee9220-da6b2376-6a49-494b-8df6-e592b77aa2ae-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=1777645556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JxICck5pyxQ0b+k5wuwdNViS5VJboG7I28r+Y1nzN40=; b=dYmYTFuCh1iOnVtFX1GoDunzsdqVJ7jRxbaJ4gyJJo3NIEJiWl/cVBNgLq0tT7Q6 XFH2LuzHYT7aqpOxvSdmq0kR+zwCpD52qnhlEIrXLrH33QVBlCKfbYzLBrDjc646iCW 5zAKn97KrKdiziM2eQ6+3vGxZjSatJiciQE9oZfA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JxICck5pyxQ0b+k5wuwdNViS5VJboG7I28r+Y1nzN40=; b=cnbAgZTwnML/6pIvXXqZSrtH1yhMTOzNwS9lXAeKZt4tK1F4TZdHGRq7fLZO0PO2 4vZHln/AXVxa4pr2JNciyb1w60KIrHbkF81nN2ObbIBdu19VhY4Chwji8lhC/L60V4c UVOiSYDIegh/Cgu4qNd4y0tTw5zGtuEi/YbNAStY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.60 SUCCEEDED Message-ID: <0101019de3ee9220-da6b2376-6a49-494b-8df6-e592b77aa2ae-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.193 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, 01 May 2026 14:25:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236297 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgpg-error* to *1.60* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.59-1.60.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 dc25c0d69eb30556c3c81ca4c4ef33a9c28b3eef Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 13:59:09 +0000 Subject: [PATCH] libgpg-error: upgrade 1.59 -> 1.60 --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 6 +++--- .../libgpg-error/libgpg-error/pkgconfig.patch | 5 +---- .../{libgpg-error_1.59.bb => libgpg-error_1.60.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.59.bb => libgpg-error_1.60.bb} (95%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index 39798c009f..3484af63b3 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch @@ -1,4 +1,4 @@ -From b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001 +From 48d457a819d1bf4171c6cc7fe161cdfc66770be2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 28 Feb 2020 09:19:56 +0000 Subject: [PATCH] Do not fail when testing config scripts @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am -index e56bb23..8c3ba7b 100644 +index 7fd1d98..93a95c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh +@@ -331,6 +331,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh else \ echo "no"; \ echo "*** Please report to with gpg-error-config-test.log"; \ diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 38c55ad342..485c079a2b 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,4 +1,4 @@ -From fdc0b6f84bae7cd6eea18712049da62cdfd5e630 Mon Sep 17 00:00:00 2001 +From 3648accd954d86b14f7a4eb72b9ffa4fe57b72d5 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 21 Aug 2024 20:03:29 -0700 Subject: [PATCH] support pkgconfig @@ -241,6 +241,3 @@ index 263f21b..e54ab38 100644 - AC_SUBST(GPG_ERROR_MT_LIBS) ]) + --- -2.34.1 - diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.60.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.59.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.60.bb index 53280f5770..622827c2ca 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.60.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134" +SRC_URI[sha256sum] = "11b2a738e212f3eab0fe8637bc341d3181ca964e97bb2654de91aab7dae4ce09" BINCONFIG = "${bindir}/gpg-error-config"