diff mbox series

[AUH] libedit: upgrading to 20230828-3.1 SUCCEEDED

Message ID 0101018a5570868b-68e44170-a9eb-48c2-923a-bbb68de74d7e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libedit: upgrading to 20230828-3.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libedit* to *20230828-3.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libedit-upgrade-20221030-3.1-20230828-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 1b38a3d925c04e1c7f7105c19bc8c6149fb47d09 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Sep 2023 13:19:00 +0000
Subject: [PATCH] libedit: upgrade 20221030-3.1 -> 20230828-3.1

---
 .../{libedit_20221030-3.1.bb => libedit_20230828-3.1.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libedit/{libedit_20221030-3.1.bb => libedit_20230828-3.1.bb} (88%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/libedit/libedit_20221030-3.1.bb b/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
similarity index 88%
rename from meta/recipes-devtools/libedit/libedit_20221030-3.1.bb
rename to meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
index 9195258c10..1684b57d31 100644
--- a/meta/recipes-devtools/libedit/libedit_20221030-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20230828-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] = "f0925a5adf4b1bf116ee19766b7daa766917aec198747943b1c4edf67a4be2bb"
+SRC_URI[sha256sum] = "4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad"
 
 BBCLASSEXTEND = "native nativesdk"