u-boot-tools: update to 2020.07.

This commit is contained in:
Duncaen 2020-07-08 14:03:38 +02:00
parent bd20a7930b
commit f9927bf128
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'u-boot-tools'
pkgname=u-boot-tools
version=2020.04
revision=2
version=2020.07
revision=1
wrksrc="u-boot-${version}"
build_style=gnu-makefile
make_build_args="HOSTSTRIP=: STRIP=:"
@ -13,7 +13,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.denx.de/wiki/U-Boot/"
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
checksum=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
checksum=c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a
if [ "$CROSS_BUILD" ]; then
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
@ -27,6 +27,7 @@ post_extract() {
-i tools/mkimage.h \
-i tools/proftool.c
}
do_configure() {
make ${makejobs} ${make_build_args} tools-only_defconfig
}