From patchwork Thu Aug 15 18:58:53 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: 47872 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 4CDDCC5B557 for ; Thu, 15 Aug 2024 18:59:08 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.131416.1723748333739600321 for ; Thu, 15 Aug 2024 11:58:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=E0Gcg72p; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=1o8QIXJW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019157683855-94b2c925-a156-461c-b44c-ab534091b4f5-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=1723748333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9hvs+SsiD3qsz/RrDcBh3ATUZVJt+ySRDYvYKB7VnPI=; b=E0Gcg72p/dSqCYLPMJDqBjMtqRAa6WoDKF/aNCPzfAt9IIkEDWzgwz8bGy8TorHI bKAaB9KWK1sDbsirSQXPWCHC9FBFoaRLp0evd15MninGyIi0IyW1GqM8jYFPzyQaMJ5 5ka5pWrCT45VL2l6YCDDIhu+wAEipNti7iU81EjA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1723748333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9hvs+SsiD3qsz/RrDcBh3ATUZVJt+ySRDYvYKB7VnPI=; b=1o8QIXJWh4IKv/nhiLEHW7nBpcl0/fHhCgqzc9cqZCMR92ivLdvIK+TvILDDBkja IZal6qUyqehV3p9xar75/AaZlH/Z+FmYRT2C4YfYOq7OSV8N+2cToEfKcUuoKGilEea Wb0kD+eSR8Py29BssrmxMVxxxsU6OB+Htvl8jWJ4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libedit: upgrading to 20240808-3.1 SUCCEEDED Message-ID: <0101019157683855-94b2c925-a156-461c-b44c-ab534091b4f5-000000@us-west-2.amazonses.com> Date: Thu, 15 Aug 2024 18:58:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.15-54.240.27.31 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 ; Thu, 15 Aug 2024 18:59:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/203354 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libedit* to *20240808-3.1* has Succeeded. Next steps: - apply the patch: git am 0001-libedit-upgrade-20240517-3.1-20240808-3.1.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 e6d86b3e0307bc2967c68c4fecee0d04c8642789 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Aug 2024 10:38:38 +0000 Subject: [PATCH] libedit: upgrade 20240517-3.1 -> 20240808-3.1 --- .../libedit/libedit/stdc-predef.patch | 16 ++++++++++++---- ...t_20240517-3.1.bb => libedit_20240808-3.1.bb} | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) rename meta/recipes-devtools/libedit/{libedit_20240517-3.1.bb => libedit_20240808-3.1.bb} (88%) diff --git a/meta/recipes-devtools/libedit/libedit/stdc-predef.patch b/meta/recipes-devtools/libedit/libedit/stdc-predef.patch index 75ef308fad..0ce6d127a9 100644 --- a/meta/recipes-devtools/libedit/libedit/stdc-predef.patch +++ b/meta/recipes-devtools/libedit/libedit/stdc-predef.patch @@ -1,13 +1,21 @@ +From 32918b3a91d9fe4719bba78a44ec3262a2994e68 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Wed, 31 Jul 2019 10:48:19 -0700 +Subject: [PATCH] libedit: Move from meta-oe + __STDC_ISO_10646__ is defined in stdc-predef.h therefore include it to see if its there on a platform Upstream-Status: Pending Signed-off-by: Khem Raj +--- + src/chartype.h | 1 + + 1 file changed, 1 insertion(+) -Index: libedit-20160903-3.1/src/chartype.h -=================================================================== ---- libedit-20160903-3.1.orig/src/chartype.h -+++ libedit-20160903-3.1/src/chartype.h +diff --git a/src/chartype.h b/src/chartype.h +index bcdb293..92327d3 100644 +--- a/src/chartype.h ++++ b/src/chartype.h @@ -29,6 +29,7 @@ #ifndef _h_chartype_f #define _h_chartype_f diff --git a/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb b/meta/recipes-devtools/libedit/libedit_20240808-3.1.bb similarity index 88% rename from meta/recipes-devtools/libedit/libedit_20240517-3.1.bb rename to meta/recipes-devtools/libedit/libedit_20240808-3.1.bb index f8fa871ec9..56fee04ebb 100644 --- a/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20240808-3.1.bb @@ -13,7 +13,7 @@ inherit autotools SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ file://stdc-predef.patch \ " -SRC_URI[sha256sum] = "3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff" +SRC_URI[sha256sum] = "5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f" BBCLASSEXTEND = "native nativesdk"