summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-05-10 00:52:43 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-05-10 00:52:43 +0000
commit2196072f13ded27b9579b329e84e3572998579ef (patch)
treeaede7a7bcd145d8b6bd41d7806a326311a087ee3
parentd7b4cdef0d1b0d56848785d6d200962d05a4f9c6 (diff)
parent7acf25f3c445a135bbcc7c36f0ce2397658fb90f (diff)
downloadpackages-2196072f13ded27b9579b329e84e3572998579ef.tar.gz
packages-2196072f13ded27b9579b329e84e3572998579ef.tar.bz2
packages-2196072f13ded27b9579b329e84e3572998579ef.tar.xz
packages-2196072f13ded27b9579b329e84e3572998579ef.zip
Merge branch 'fix/efi' into 'master'
user/efi*: build for aarch64, not nonexistent arm64; fix #282 See merge request adelie/packages!447
-rw-r--r--user/efibootmgr/APKBUILD2
-rw-r--r--user/efivar/APKBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/user/efibootmgr/APKBUILD b/user/efibootmgr/APKBUILD
index 5f2149b22..379316b65 100644
--- a/user/efibootmgr/APKBUILD
+++ b/user/efibootmgr/APKBUILD
@@ -5,7 +5,7 @@ pkgver=16
pkgrel=0
pkgdesc="User-space application to modify the Intel EFI Boot Manager"
url="https://github.com/rhboot/efibootmgr"
-arch="pmmx x86_64 arm64 ia64"
+arch="pmmx x86_64 aarch64 ia64"
options="!check" # Dangerous.
license="GPL-2.0-only"
depends=""
diff --git a/user/efivar/APKBUILD b/user/efivar/APKBUILD
index 13b1b64bd..c8a8ba600 100644
--- a/user/efivar/APKBUILD
+++ b/user/efivar/APKBUILD
@@ -5,7 +5,7 @@ pkgver=37
pkgrel=0
pkgdesc="Tools and library to manipulate EFI variables"
url="https://github.com/rhboot/efivar"
-arch="pmmx x86_64 arm64 ia64"
+arch="pmmx x86_64 aarch64 ia64"
options="!check" # "WARNING: You should probably not run tests /ever/. This is not a joke."
license="LGPL-2.1+"
depends=""