diff mbox series

[AUH] barebox-tools: upgrading to 2024.09.0 SUCCEEDED

Message ID 01010192901b1f17-1548e0d1-cbf1-49e4-a01b-9a02aad83f90-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] barebox-tools: upgrading to 2024.09.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 15, 2024, 12:15 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *barebox-tools* to *2024.09.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-barebox-tools-upgrade-2024.08.0-2024.09.0.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 29b83ed1eddb15721881f39cdd02ec279e52f8c6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 15 Oct 2024 07:07:37 +0000
Subject: [PATCH] barebox-tools: upgrade 2024.08.0 -> 2024.09.0

---
 .../{barebox-tools_2024.08.0.bb => barebox-tools_2024.09.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/barebox/{barebox-tools_2024.08.0.bb => barebox-tools_2024.09.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.08.0.bb b/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
similarity index 93%
rename from meta/recipes-bsp/barebox/barebox-tools_2024.08.0.bb
rename to meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
index ed49ce5373..13a308b3da 100644
--- a/meta/recipes-bsp/barebox/barebox-tools_2024.08.0.bb
+++ b/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
 DEPENDS = "bison-native flex-native libusb1"
 
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "b08a762da8d63dd18b4f2d9f5d0a8da001b6e608d1b3eff6dcebc6a2e575d535"
+SRC_URI[sha256sum] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da"
 
 S = "${WORKDIR}/barebox-${PV}"
 B = "${WORKDIR}/build"