diff mbox series

[AUH] libedit: upgrading to 20240808-3.1 SUCCEEDED

Message ID 0101019157683855-94b2c925-a156-461c-b44c-ab534091b4f5-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libedit: upgrading to 20240808-3.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 15, 2024, 6:58 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <raj.khem@gmail.com>
+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 <raj.khem@gmail.com>
+---
+ 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"