uboot-mkimage: ulong -> unsigned long in tools/mkimage.h too.
This commit is contained in:
parent
ce5d67be75
commit
71c02b0362
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d
|
||||||
|
|
||||||
do_configure() {
|
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() {
|
do_build() {
|
||||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue