odroid-c2-uboot: use broken= instead of msg_error
This commit is contained in:
parent
8a676ac2d9
commit
6975750f2d
|
@ -16,7 +16,7 @@ checksum=da7ca9e6abdfedaa65ac4e0bd378155002bf5d0ccea663ddf03fa839dceb3724
|
|||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64) ;;
|
||||
*) msg_error "Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23\n" ;;
|
||||
*) broken="Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23" ;;
|
||||
esac
|
||||
|
||||
make_build_args="ARCH=arm"
|
||||
|
|
Loading…
Reference in New Issue