Message ID | 20241125105132.1338770-1-ejo@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] barebox-tools: upgrade 2024.09.0 -> 2024.10.0 | expand |
You have missed my comment from v1 :) Please rebase this patchset on master. Alex On Mon, 25 Nov 2024 at 11:51, Enrico Jörns <ejo@pengutronix.de> wrote: > > Regular barebox release. > > Changelog: https://lore.barebox.org/barebox/ZxIdBi3xLj0dHqzi@pengutronix.de/T/ > > Signed-off-by: Enrico Jörns <ejo@pengutronix.de> > --- > .../{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-bsp/barebox/{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} (93%) > > diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb > similarity index 93% > rename from meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb > rename to meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb > index 13a308b3da..386656f7ad 100644 > --- a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb > +++ b/meta/recipes-bsp/barebox/barebox-tools_2024.10.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] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da" > +SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d" > > S = "${WORKDIR}/barebox-${PV}" > B = "${WORKDIR}/build" > -- > 2.39.5 >
diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb similarity index 93% rename from meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb rename to meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb index 13a308b3da..386656f7ad 100644 --- a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb +++ b/meta/recipes-bsp/barebox/barebox-tools_2024.10.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] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da" +SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d" S = "${WORKDIR}/barebox-${PV}" B = "${WORKDIR}/build"
Regular barebox release. Changelog: https://lore.barebox.org/barebox/ZxIdBi3xLj0dHqzi@pengutronix.de/T/ Signed-off-by: Enrico Jörns <ejo@pengutronix.de> --- .../{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/barebox/{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} (93%)