From f9927bf128004d0ea0829bc0eb94e1c1a40ac482 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 Jul 2020 14:03:38 +0200 Subject: [PATCH] u-boot-tools: update to 2020.07. --- srcpkgs/u-boot-tools/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/u-boot-tools/template b/srcpkgs/u-boot-tools/template index a145cf461c..0c166b42dc 100644 --- a/srcpkgs/u-boot-tools/template +++ b/srcpkgs/u-boot-tools/template @@ -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 " 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 }