asahi-boot: update to 2025.04+1

This commit is contained in:
dkwo 2025-02-28 21:19:38 -05:00 committed by classabbyamp
parent c6c0170c83
commit fde119b5a6

View file

@ -1,6 +1,6 @@
# Template file for 'asahi-uboot'
pkgname=asahi-uboot
version=2024.10+1
version=2025.04+1
revision=1
archs="aarch64*"
hostmakedepends="bison flex which python3 swig python3-devel
@ -13,19 +13,18 @@ maintainer="Will Springer <skirmisher@protonmail.com>, dkwo <npiazza@disroot.org
license="GPL-2.0-or-later, MIT"
homepage="https://asahilinux.org"
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version/+/-}.tar.gz"
checksum=c226191d52d3f853dd7d4e2c241e4259b90bd0aecb4c56e324936cc61b1bb53e
make_check=no # missing python3-libftf ?
checksum=82d21cbaf94d1212d6f1a851931d25163ed5e6247b9e60db8d39a3cf238dfd43
make_check=no # missing python3-libfdt ?
if [ "$CROSS_BUILD" ]; then
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
fi
do_configure() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
make ${makejobs} apple_m1_defconfig
}
do_build() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
if [ "$CROSS_BUILD" ]; then
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
fi
make ${makejobs} EXTRAVERSION=-${revision}
}