mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
asahi-boot: update to 2025.04+1
This commit is contained in:
parent
c6c0170c83
commit
fde119b5a6
1 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'asahi-uboot'
|
# Template file for 'asahi-uboot'
|
||||||
pkgname=asahi-uboot
|
pkgname=asahi-uboot
|
||||||
version=2024.10+1
|
version=2025.04+1
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
hostmakedepends="bison flex which python3 swig python3-devel
|
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"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="https://asahilinux.org"
|
homepage="https://asahilinux.org"
|
||||||
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version/+/-}.tar.gz"
|
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version/+/-}.tar.gz"
|
||||||
checksum=c226191d52d3f853dd7d4e2c241e4259b90bd0aecb4c56e324936cc61b1bb53e
|
checksum=82d21cbaf94d1212d6f1a851931d25163ed5e6247b9e60db8d39a3cf238dfd43
|
||||||
make_check=no # missing python3-libftf ?
|
make_check=no # missing python3-libfdt ?
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
|
||||||
make ${makejobs} apple_m1_defconfig
|
make ${makejobs} apple_m1_defconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
|
||||||
fi
|
|
||||||
make ${makejobs} EXTRAVERSION=-${revision}
|
make ${makejobs} EXTRAVERSION=-${revision}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue