uboot-mkimage: ulong -> unsigned long.
This commit is contained in:
parent
597593d331
commit
ce5d67be75
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'uboot-mkimage'
|
# Template file for 'uboot-mkimage'
|
||||||
pkgname=uboot-mkimage
|
pkgname=uboot-mkimage
|
||||||
version=2014.01
|
version=2014.01
|
||||||
revision=2
|
revision=3
|
||||||
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>"
|
||||||
|
@ -10,6 +10,9 @@ homepage="http://www.denx.de/wiki/U-Boot/WebHome"
|
||||||
distfiles="ftp://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_configure() {
|
||||||
|
sed -i 's,ulong,unsigned long,g' include/image.h
|
||||||
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
make HOSTSTRIP=: HOSTCC="$XBPS_CROSS_TRIPLET-gcc" tools
|
make HOSTSTRIP=: HOSTCC="$XBPS_CROSS_TRIPLET-gcc" tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue