From d217fae2104ec200d207489286501fb561823d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Mon, 28 Oct 2024 21:39:06 +0100 Subject: [PATCH] barebox-tools: upgrade 2024.08.0 -> 2024.09.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regular barebox release. Changelog: https://lore.barebox.org/barebox/ZuP5DC_fmAqC45Oh@pengutronix.de/ (From OE-Core rev: 21cdd00abb7f48d31a30e4525b05b12702d2ebb3) Signed-off-by: Enrico Jörns Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../{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 --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"