u-boot-tools: update to 2024.10.
This commit is contained in:
parent
2984b92a80
commit
2ed4a25c3c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'u-boot-tools'
|
||||
pkgname=u-boot-tools
|
||||
version=2024.07
|
||||
version=2024.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://u-boot.readthedocs.io/en/latest/"
|
||||
distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||
checksum=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
|
||||
checksum=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||
|
|
Loading…
Reference in New Issue