u-boot-tools: updated to 2014.04

This commit is contained in:
Jose V Beneyto 2014-06-13 09:58:42 +02:00
parent c40b96289a
commit 87237833a0
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
e531307578f6d32a7ccb1d04f1e08cbc u-boot-2014.01.tar.bz2
6d2116d1385a66e9a59742caa9d62a54 u-boot-2014.04.tar.bz2

View File

@ -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}