[arch-commits] Commit in edk2/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sat Apr 16 21:44:39 UTC 2022
Date: Saturday, April 16, 2022 @ 21:44:38
Author: dvzrv
Revision: 442786
upgpkg: edk2 202202-2: Rebuild to adapt to new TPM build options (https://bugs.archlinux.org/task/74421).
Modified:
edk2/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-16 21:13:50 UTC (rev 442785)
+++ PKGBUILD 2022-04-16 21:44:38 UTC (rev 442786)
@@ -6,7 +6,7 @@
pkgbase=edk2
pkgname=(edk2-armvirt edk2-shell edk2-ovmf)
pkgver=202202
-pkgrel=1
+pkgrel=2
pkgdesc="Modern, feature-rich firmware development environment for the UEFI specifications"
arch=(any)
url="https://github.com/tianocore/edk2"
@@ -104,7 +104,8 @@
local _efi_args=(
-D NETWORK_IP6_ENABLE
-D TPM_CONFIG_ENABLE
- -D TPM_ENABLE
+ -D TPM1_ENABLE
+ -D TPM2_ENABLE
)
# shared targets x86_64 and i686
local _x86_args=(
More information about the arch-commits
mailing list