-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asahi-uboot: update, remove use of update-m1n1
- Loading branch information
dkwo
committed
Dec 1, 2022
1 parent
978f385
commit 571192a
Showing
2 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Template file for 'asahi-uboot' | ||
pkgname=asahi-uboot | ||
version=2022.07 | ||
version=2022.10 | ||
revision=1 | ||
_subversion=3 | ||
_subversion=1 | ||
archs="aarch64*" | ||
wrksrc=u-boot-asahi-v${version}-${_subversion} | ||
hostmakedepends="flex bc dtc openssl-devel" # until uboot supports skipping tools build... | ||
|
@@ -11,7 +11,7 @@ maintainer="Will Springer <[email protected]>" | |
license="GPL-2.0-or-later, MIT" | ||
homepage="http://asahilinux.org" | ||
distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version}-${_subversion}.tar.gz" | ||
checksum=8d1e517ccf80ad066c88d17a27c29125497d7f8883ed60c9ade7bf0bd85482ad | ||
checksum=58e28abe8805e50ce42b6471162ae1c85484941018b69a441b7b869b1004a90b | ||
|
||
do_configure() { | ||
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS | ||
|