[Buildroot] [PATCH 1/1] package/tpm2-tss: needs host-acl

Fabrice Fontaine fontaine.fabrice at gmail.com
Wed Oct 13 06:54:46 UTC 2021


Add host-acl mandatory dependency for setfacl to avoid the following
build failure since bump to version 3.1.0 in commit
470e2e9bc5211184431fbc868359a9d695e624f4 and
https://github.com/tpm2-software/tpm2-tss/commit/9d42f4dbde6a94724e95d57c333cda7711dda57c:

configure: error: Missing required program 'setfacl': ensure it is installed and on PATH.

Fixes:
 - http://autobuild.buildroot.org/results/eab44622f8d8ff4fbf464b5a98856382f019c2cb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/tpm2-tss/tpm2-tss.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tpm2-tss/tpm2-tss.mk b/package/tpm2-tss/tpm2-tss.mk
index 8e701933c4..58f3fa38cc 100644
--- a/package/tpm2-tss/tpm2-tss.mk
+++ b/package/tpm2-tss/tpm2-tss.mk
@@ -11,7 +11,7 @@ TPM2_TSS_LICENSE_FILES = LICENSE
 TPM2_TSS_CPE_ID_VENDOR = tpm2_software_stack_project
 TPM2_TSS_CPE_ID_PRODUCT = tpm2_software_stack
 TPM2_TSS_INSTALL_STAGING = YES
-TPM2_TSS_DEPENDENCIES = liburiparser openssl host-pkgconf
+TPM2_TSS_DEPENDENCIES = liburiparser openssl host-acl host-pkgconf
 TPM2_TSS_CONF_OPTS = --with-crypto=ossl --disable-doxygen-doc --disable-defaultflags
 # 0001-configure-Only-use-CXX-when-fuzzing.patch
 TPM2_TSS_AUTORECONF = YES
-- 
2.33.0



More information about the buildroot mailing list