ports/opt (3.6): u-boot-tools: update to 2020.07
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 1b57f373c444526e315851deb88a5644b7b9e511 Author: Juergen Daubert <jue@jue.li> Date: Wed Aug 12 15:35:54 2020 +0200 u-boot-tools: update to 2020.07 diff --git a/u-boot-tools/.signature b/u-boot-tools/.signature index f47ca3373..2d89f19a2 100644 --- a/u-boot-tools/.signature +++ b/u-boot-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RusIpy9aHSO8xqv8BgwdDNCG+vKcYPNHWkoj0Z6GtunicIKUOIEfWTtL5U2Xr5cpUsJqZbh9MC3ijZe+oj4wwk= -SHA256 (Pkgfile) = ca74800d37fc39326fbba6ef28cfde0d20d272ded8bd92d6d633c6166fa4843c +RWSE3ohX2g5d/bxLDrRsVkQOJsdONGYcE7TkQgBczGnOcoW9RYJ29Eu8Ve4b30ApcjveQ9HUigIucNPR1CYHBGtD3I52O+Vf9AA= +SHA256 (Pkgfile) = 55626dde3c99bb26adf06f708b670a8f88f59aae6cbf786b355b45ca1184ae45 SHA256 (.footprint) = 5be4d495b3869ee52e7a232f0769548048a2782eb5518c1a1aea7f4254274eb9 -SHA256 (u-boot-2020.01.tar.bz2) = aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 +SHA256 (u-boot-2020.07.tar.bz2) = c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a diff --git a/u-boot-tools/Pkgfile b/u-boot-tools/Pkgfile index 40d6854fa..d697aa552 100644 --- a/u-boot-tools/Pkgfile +++ b/u-boot-tools/Pkgfile @@ -2,21 +2,18 @@ # URL: http://www.denx.de/wiki/U-Boot/WebHome # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: +# Depends on: openssl name=u-boot-tools -version=2020.01 +version=2020.07 release=1 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2) build() { cd u-boot-$version - # use custom compiler flags - sed -e "/^HOSTCFLAGS/ s/-O2/\$(CUSTOMCFLAGS)/" -i Makefile - make sandbox_config - make V=1 tools CUSTOMCFLAGS="$CFLAGS" TOOLSUBDIRS="" + make tools TOOLSUBDIRS="" install -d -m 0755 $PKG/usr/{bin,share/man/man1} install -m 0755 tools/mk{,env}image $PKG/usr/bin
participants (1)
-
crux@crux.nu