diff mbox series

[AUH] minicom: upgrading to 2.10 SUCCEEDED

Message ID 0101019551744a0b-60176d65-b6a7-4279-9481-e544bce1e4a1-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] minicom: upgrading to 2.10 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 1, 2025, 11:25 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *minicom* to *2.10* has Succeeded.

Next steps:
    - apply the patch: git am 0001-minicom-upgrade-2.9-2.10.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 e17b71ce2ae50f2d7684e930e1788a96139f3407 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Mar 2025 08:55:22 +0000
Subject: [PATCH] minicom: upgrade 2.9 -> 2.10

---
 .../minicom/{minicom_2.9.bb => minicom_2.10.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/minicom/{minicom_2.9.bb => minicom_2.10.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/minicom/minicom_2.9.bb b/meta/recipes-extended/minicom/minicom_2.10.bb
similarity index 90%
rename from meta/recipes-extended/minicom/minicom_2.9.bb
rename to meta/recipes-extended/minicom/minicom_2.10.bb
index 907d5c79c9..20ce5662c2 100644
--- a/meta/recipes-extended/minicom/minicom_2.9.bb
+++ b/meta/recipes-extended/minicom/minicom_2.10.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
 
 SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2"
 
-SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c"
+SRC_URI[sha256sum] = "90e7ce2856b3eaaa3f452354d17981c49d32c426a255b6f0d3063a227c101538"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"