ports/opt (3.0): u-boot-tools: updated to 2014.04
commit 87237833a06facc4e767f3785fbb08f94b5bac71 Author: Jose V Beneyto <sepen@crux.nu> Date: Fri Jun 13 09:58:42 2014 +0200 u-boot-tools: updated to 2014.04 diff --git a/u-boot-tools/.md5sum b/u-boot-tools/.md5sum index 6a4b369..4f255a3 100644 --- a/u-boot-tools/.md5sum +++ b/u-boot-tools/.md5sum @@ -1 +1 @@ -e531307578f6d32a7ccb1d04f1e08cbc u-boot-2014.01.tar.bz2 +6d2116d1385a66e9a59742caa9d62a54 u-boot-2014.04.tar.bz2 diff --git a/u-boot-tools/Pkgfile b/u-boot-tools/Pkgfile index c89bd94..c8792be 100644 --- a/u-boot-tools/Pkgfile +++ b/u-boot-tools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=u-boot-tools -version=2014.01 +version=2014.04 release=1 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2) @@ -13,8 +13,9 @@ build() { cd u-boot-$version # use custom compiler flags - sed -e "/^HOSTCFLAGS/ s/-O2/\$(CUSTOMCFLAGS)/" -i config.mk + sed -e "/^HOSTCFLAGS/ s/-O2/\$(CUSTOMCFLAGS)/" -i Makefile + make sandbox_config make V=1 tools CUSTOMCFLAGS="$CFLAGS" TOOLSUBDIRS="" install -d -m 0755 $PKG/usr/{bin,man/man1}
participants (1)
-
crux@crux.nu