diff mbox series

[AUH] mksh: upgrading to R59c SUCCEEDED

Message ID 0101018b96bed348-42ed6a05-69de-431c-a542-ee4672875343-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] mksh: upgrading to R59c SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mksh* to *R59c* has Succeeded.

Next steps:
    - apply the patch: git am 0001-mksh-upgrade-59-R59c.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 f7c656296a17de3b8bb2d2a93edb3699bcb20f90 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 15:50:44 +0000
Subject: [PATCH] mksh: upgrade 59 -> R59c

---
 meta-oe/recipes-shells/mksh/{mksh_59.bb => mksh_R59c.bb} | 1 -
 1 file changed, 1 deletion(-)
 rename meta-oe/recipes-shells/mksh/{mksh_59.bb => mksh_R59c.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-shells/mksh/mksh_59.bb b/meta-oe/recipes-shells/mksh/mksh_R59c.bb
similarity index 95%
rename from meta-oe/recipes-shells/mksh/mksh_59.bb
rename to meta-oe/recipes-shells/mksh/mksh_R59c.bb
index 9cd0fbc25..a45107316 100644
--- a/meta-oe/recipes-shells/mksh/mksh_59.bb
+++ b/meta-oe/recipes-shells/mksh/mksh_R59c.bb
@@ -9,7 +9,6 @@  LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=6efc2c249328e4d2bd3
 
 SRC_URI = "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59b.tgz"
 
-SRC_URI[md5sum] = "dce6abffc2036288540b9ba11dfb2ec8"
 SRC_URI[sha256sum] = "907ed1a9586e7f18bdefdd4a763aaa8397b755e15034aa54f4d753bfb272e0e6"
 
 inherit update-alternatives