From patchwork Sat Sep 2 10:29:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 29817 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 8E8CBCA0FFE for ; Sat, 2 Sep 2023 10:29:13 +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.web10.5663.1693650552017117638 for ; Sat, 02 Sep 2023 03:29:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=dnKG6UVQ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=g52vKycl; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018a55708168-1ca22277-ec0a-4c30-b056-ddff88bdf6b9-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=1693650551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WBBY+V2na9dOin9r/r9EvGMWCNPGHReXP15EkJ7YPg8=; b=dnKG6UVQqMdfaaPMLznI63aK2YuqZu1W4QiApcTpcbcfCMo+BeNYmZ0tgT+cX/aD kkLgpdTJEZr/Q+glbk7yIJaeaYBHd87oSNcziiKDn0WM6+ITR3jvoRdjTs6Ei+z3Bcs 1GIg3cGtIPWrnjHcaAVwGD8VitKHvL+ptt9P7UXY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WBBY+V2na9dOin9r/r9EvGMWCNPGHReXP15EkJ7YPg8=; b=g52vKyclChTs6kt1wEDAxW0RVG3wiA3wLyEhELGL4Zqkxk8qH11cfY8Kda5k2l6Y 7/82wI1LjVhH68Vd5XGMpbKIevIz08NN9qwdoSvUX1yV1OO7R0wk4Enz2MA7YQwzYEq R8qQiy1GKTInDpa5FLuE1TfGnpwa7l+OC2eH0E6A= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] coreutils: upgrading to 9.4 SUCCEEDED Message-ID: <0101018a55708168-1ca22277-ec0a-4c30-b056-ddff88bdf6b9-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-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 ; Sat, 02 Sep 2023 10:29:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187032 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *coreutils* to *9.4* has Succeeded. Next steps: - apply the patch: git am 0001-coreutils-upgrade-9.3-9.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 6968c5e0a874e39bac125a6f870885e28ee6b5c8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Sep 2023 08:44:33 +0000 Subject: [PATCH] coreutils: upgrade 9.3 -> 9.4 --- .../coreutils/stdlib-mb-cur-max.patch | 33 ------------------- .../{coreutils_9.3.bb => coreutils_9.4.bb} | 3 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 meta/recipes-core/coreutils/coreutils/stdlib-mb-cur-max.patch rename meta/recipes-core/coreutils/{coreutils_9.3.bb => coreutils_9.4.bb} (98%) diff --git a/meta/recipes-core/coreutils/coreutils/stdlib-mb-cur-max.patch b/meta/recipes-core/coreutils/coreutils/stdlib-mb-cur-max.patch deleted file mode 100644 index 732fa5b6f2..0000000000 --- a/meta/recipes-core/coreutils/coreutils/stdlib-mb-cur-max.patch +++ /dev/null @@ -1,33 +0,0 @@ -Upstream-Status: Backport -Signed-off-by: Ross Burton - -From ca6c179226864bff23f2b062518cf885bb42ce56 Mon Sep 17 00:00:00 2001 -From: Bruno Haible -Date: Thu, 27 Apr 2023 15:26:37 +0200 -Subject: [PATCH] stdlib: Fix error when cross-compiling. - -Reported by Pierre Labastie in -. - -* m4/stdlib_h.m4 (gl_STDLIB_H): Provide a 4th argument to AC_RUN_IFELSE. ---- - ChangeLog | 7 +++++++ - m4/stdlib_h.m4 | 4 ++-- - 2 files changed, 9 insertions(+), 2 deletions(-) - -diff --git a/m4/stdlib_h.m4 b/m4/stdlib_h.m4 -index 3274ea4948..f47c1eb37b 100644 ---- a/m4/stdlib_h.m4 -+++ b/m4/stdlib_h.m4 -@@ -66,7 +66,7 @@ int main () - return result; - }]])], - [gl_cv_macro_MB_CUR_MAX_good=yes], -- [gl_cv_macro_MB_CUR_MAX_good=no] -+ [gl_cv_macro_MB_CUR_MAX_good=no], - [:]) - fi - ]) --- -2.34.1 - diff --git a/meta/recipes-core/coreutils/coreutils_9.3.bb b/meta/recipes-core/coreutils/coreutils_9.4.bb similarity index 98% rename from meta/recipes-core/coreutils/coreutils_9.3.bb rename to meta/recipes-core/coreutils/coreutils_9.4.bb index ba38169f05..a998584248 100644 --- a/meta/recipes-core/coreutils/coreutils_9.3.bb +++ b/meta/recipes-core/coreutils/coreutils_9.4.bb @@ -16,11 +16,10 @@ inherit autotools gettext texinfo SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \ file://remove-usr-local-lib-from-m4.patch \ file://0001-local.mk-fix-cross-compiling-problem.patch \ - file://stdlib-mb-cur-max.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa" +SRC_URI[sha256sum] = "ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52" # http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842 #