From patchwork Mon Nov 18 21:18:14 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: 52720 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 8704AD60CFC for ; Mon, 18 Nov 2024 21:18:15 +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.web11.4740.1731964682308062185 for ; Mon, 18 Nov 2024 13:18:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GpmlKj9Q; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=FfUMoRqR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101934123ee3c-3e8f41fb-ccb8-429c-afb1-857c88e53316-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=1731964694; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=bIf1avgGzKOFHUntl/lybYfs0Ips1J9lBYb19LVEQNc=; b=GpmlKj9QwAiX2WadfvuA3kI24MTgH1LwsdZqDWcK/HOLeX+MiSgJ1t2DnrhCumq8 CSb6uXr5N7ryh1YNb11c3bgTlfHRnfglDKVzYzKetnpmA8zzC1r0SgDladoIehQzGrI zGdzNNj8o4C4/aEE8Di1Nu1wP1otBBrwFOzu0siQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964694; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=bIf1avgGzKOFHUntl/lybYfs0Ips1J9lBYb19LVEQNc=; b=FfUMoRqR6lq8MztsoVuyKMwZ6rXksUhb2lg/U2FmDCGVqtQBvigc3CNj4yQfdWzS fBjjNe/WCNCVSeAMXQ/+UMHofrXXKaR1R/Gr5ks1w/TCj9QVA58itKKIefFnNB4DVHF vo0JbbqULmod3EisQ94Lk/NJUMZXfNg8MC7Lw7Jg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] npth: upgrading to 1.8 SUCCEEDED Message-ID: <010101934123ee3c-3e8f41fb-ccb8-429c-afb1-857c88e53316-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:18:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.30 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 ; Mon, 18 Nov 2024 21:18:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207368 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *npth* to *1.8* has Succeeded. Next steps: - apply the patch: git am 0001-npth-upgrade-1.7-1.8.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 782eaf92b953cba75f75fb22d96d30fd2022ccb3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 17:56:36 +0000 Subject: [PATCH] npth: upgrade 1.7 -> 1.8 --- meta/recipes-support/npth/npth/musl-fix.patch | 37 ------------------- .../npth/{npth_1.7.bb => npth_1.8.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-support/npth/npth/musl-fix.patch rename meta/recipes-support/npth/{npth_1.7.bb => npth_1.8.bb} (73%) diff --git a/meta/recipes-support/npth/npth/musl-fix.patch b/meta/recipes-support/npth/npth/musl-fix.patch deleted file mode 100644 index fabe78b14c..0000000000 --- a/meta/recipes-support/npth/npth/musl-fix.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 417abd56fd7bf45cd4948414050615cb1ad59134 Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka -Date: Fri, 1 Mar 2024 13:53:52 +0900 -Subject: [PATCH] Fix INSERT_EXPOSE_RWLOCK_API for musl C library. - -* configure.ac: Add a case for musl system. - -Upstream-Status: Backport [https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;a=commit;h=417abd56fd7bf45cd4948414050615cb1ad59134] -Signed-off-by: Alexander Kanavin --- - -GnuPG-bug-id: 5664 -Signed-off-by: NIIBE Yutaka ---- - configure.ac | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index c1091b1..576a26e 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -381,7 +381,10 @@ fi - AC_SUBST(INSERT_NO_RWLOCK) - - case "${host}" in -- *-*-linux*|*-*-gnu*) -+ *-*-linux-musl*) -+ INSERT_EXPOSE_RWLOCK_API="1" -+ ;; -+ *-*-linux-gnu*|*-*-gnu*) - INSERT_EXPOSE_RWLOCK_API="defined(__USE_UNIX98) || defined(__USE_XOPEN2K)" - ;; - *) --- -2.30.2 - - diff --git a/meta/recipes-support/npth/npth_1.7.bb b/meta/recipes-support/npth/npth_1.8.bb similarity index 73% rename from meta/recipes-support/npth/npth_1.7.bb rename to meta/recipes-support/npth/npth_1.8.bb index 0cf35565a3..a354af2a7c 100644 --- a/meta/recipes-support/npth/npth_1.7.bb +++ b/meta/recipes-support/npth/npth_1.8.bb @@ -6,11 +6,9 @@ LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de" UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" -SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ - file://musl-fix.patch \ - " +SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2" -SRC_URI[sha256sum] = "8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05" +SRC_URI[sha256sum] = "8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e" inherit autotools multilib_header