mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-tools to 2014.10-1
This commit is contained in:
parent
3697ded1c0
commit
863ccc47dd
1 changed files with 6 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2014.04
|
||||
pkgrel=3
|
||||
pkgver=2014.10
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -13,14 +13,16 @@ replaces=('uboot-env' 'uboot-mkimage')
|
|||
backup=(etc/fw_env.config)
|
||||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('6d2116d1385a66e9a59742caa9d62a54'
|
||||
'ab6b6dee498a7517d72cda8315e9d197')
|
||||
md5sums=('3ddcaee2f05b7c464778112ec83664b5'
|
||||
'159f285467e910ba98696b92a311498e')
|
||||
|
||||
build() {
|
||||
cd u-boot-${pkgver}
|
||||
|
||||
touch include/config.{h,mk} include/autoconf.mk{.dep,}
|
||||
|
||||
make defconfig
|
||||
make silentoldconfig
|
||||
make tools-only
|
||||
make SUBDIRS=tools env
|
||||
make -C tools kwboot
|
||||
|
|
Loading…
Reference in a new issue