Skip to content

Commit fde119b

Browse files
dkwoclassabbyamp
authored andcommitted
asahi-boot: update to 2025.04+1
1 parent c6c0170 commit fde119b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

srcpkgs/asahi-uboot/template

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'asahi-uboot'
22
pkgname=asahi-uboot
3-
version=2024.10+1
3+
version=2025.04+1
44
revision=1
55
archs="aarch64*"
66
hostmakedepends="bison flex which python3 swig python3-devel
@@ -13,19 +13,18 @@ maintainer="Will Springer <skirmisher@protonmail.com>, dkwo <npiazza@disroot.org
1313
license="GPL-2.0-or-later, MIT"
1414
homepage="https://asahilinux.org"
1515
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version/+/-}.tar.gz"
16-
checksum=c226191d52d3f853dd7d4e2c241e4259b90bd0aecb4c56e324936cc61b1bb53e
17-
make_check=no # missing python3-libftf ?
16+
checksum=82d21cbaf94d1212d6f1a851931d25163ed5e6247b9e60db8d39a3cf238dfd43
17+
make_check=no # missing python3-libfdt ?
18+
19+
if [ "$CROSS_BUILD" ]; then
20+
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
21+
fi
1822

1923
do_configure() {
20-
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
2124
make ${makejobs} apple_m1_defconfig
2225
}
2326

2427
do_build() {
25-
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
26-
if [ "$CROSS_BUILD" ]; then
27-
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
28-
fi
2928
make ${makejobs} EXTRAVERSION=-${revision}
3029
}
3130

0 commit comments

Comments
 (0)