[packages/grub2] actually enable coreboot platform on %{arm}
atler
atler at pld-linux.org
Mon Jun 19 22:27:36 CEST 2023
commit c2e6b74504cb0dec2adfbc7fbf494c8699e28229
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jun 19 22:17:08 2023 +0200
actually enable coreboot platform on %{arm}
grub2.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index 1b9e0df..c70e42d 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -73,7 +73,7 @@
%define platforms %{?with_coreboot:coreboot} %{?with_ieee1275:ieee1275} %{?with_multiboot:multiboot} %{?with_qemu:qemu} %{?with_xen:xen} %{?with_xen_pvh:xen_pvh} %{?with_efi:efi} %{?with_pc:pc}
%endif
%ifarch %{arm}
-%define platforms %{?with_efi:efi} %{?with_uboot:uboot}
+%define platforms %{?with_coreboot:coreboot} %{?with_efi:efi} %{?with_uboot:uboot}
%endif
%ifarch aarch64 ia64 riscv32 riscv64
%define platforms efi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/c2e6b74504cb0dec2adfbc7fbf494c8699e28229
More information about the pld-cvs-commit
mailing list