uboot-mkimage: fix download link (http is broken)
+ xlint fixes
This commit is contained in:
parent
ae380f6cf3
commit
8d1faf54fd
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'uboot-mkimage'
|
# Template file for 'uboot-mkimage'
|
||||||
pkgname=uboot-mkimage
|
pkgname=uboot-mkimage
|
||||||
version=2014.01
|
version=2014.01
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="u-boot-${version}"
|
wrksrc="u-boot-${version}"
|
||||||
short_desc="The U-Boot mkimage utility"
|
short_desc="The U-Boot mkimage utility"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -19,6 +19,6 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall tools/mkimage 755 usr/bin
|
vbin tools/mkimage
|
||||||
vinstall doc/mkimage.1 644 usr/share/man/man1
|
vman doc/mkimage.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue