uboot-mkimage: ulong -> unsigned long in tools/mkimage.h too.
This commit is contained in:
parent
ce5d67be75
commit
71c02b0362
|
@ -11,7 +11,7 @@ distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
|||
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
||||
|
||||
do_configure() {
|
||||
sed -i 's,ulong,unsigned long,g' include/image.h
|
||||
sed -i 's,ulong,unsigned long,g' include/image.h tools/mkimage.h
|
||||
}
|
||||
do_build() {
|
||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||
|
|
Loading…
Reference in New Issue