uboot-mkimage: update to 2014.01.
This commit is contained in:
parent
c084459970
commit
ee9102221f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'uboot-mkimage'
|
# Template file for 'uboot-mkimage'
|
||||||
pkgname=uboot-mkimage
|
pkgname=uboot-mkimage
|
||||||
version=2013.01
|
version=2014.01
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="u-boot-${version}"
|
wrksrc="u-boot-${version}"
|
||||||
short_desc="The U-Boot mkimage utility"
|
short_desc="The U-Boot mkimage utility"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.denx.de/wiki/U-Boot/WebHome"
|
homepage="http://www.denx.de/wiki/U-Boot/WebHome"
|
||||||
distfiles="http://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
distfiles="http://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=9ca0f35f4394281312d03c581e24a263cf3e0d9703f15103ff2ead5e5aa43f90
|
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
|
|
Loading…
Reference in New Issue