u-boot-tools: update to 2022.07.

This commit is contained in:
Duncaen 2022-07-13 14:54:16 +02:00
parent 5a4971a26e
commit 6c5a8fd099
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,19 +1,19 @@
# Template file for 'u-boot-tools'
pkgname=u-boot-tools
version=2022.04
version=2022.07
revision=1
wrksrc="u-boot-${version}"
build_style=gnu-makefile
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
make_build_target="tools-all tools-only envtools"
hostmakedepends="bison flex which"
hostmakedepends="bison flex which python3 swig python3-devel"
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
short_desc="Das U-Boot tools"
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=68e065413926778e276ec3abd28bb32fa82abaa4a6898d570c1f48fbdb08bcd0
checksum=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
if [ "$CROSS_BUILD" ]; then
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"