diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:23:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:02 +0000 |
commit | 10a2dd4d67d57e8f91a2814cd61371b6cab94044 (patch) | |
tree | f1b476a96a3fd836367712e403b4f944d1e167ae /meta/recipes-bsp | |
parent | 30bf8dcc25602ccc7e119ef2b9e766b33fcc35cb (diff) | |
download | poky-10a2dd4d67d57e8f91a2814cd61371b6cab94044.tar.gz |
barebox-tools: upgrade 2024.09.0 -> 2024.10.0
(From OE-Core rev: 828b3767406f11822a900c148a97b341c86f4fad)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb (renamed from meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb b/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" | |||
8 | DEPENDS = "bison-native flex-native libusb1" | 8 | DEPENDS = "bison-native flex-native libusb1" |
9 | 9 | ||
10 | SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" | 10 | SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" |
11 | SRC_URI[sha256sum] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da" | 11 | SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d" |
12 | 12 | ||
13 | S = "${WORKDIR}/barebox-${PV}" | 13 | S = "${WORKDIR}/barebox-${PV}" |
14 | B = "${WORKDIR}/build" | 14 | B = "${WORKDIR}/build" |