[Buildroot] [PATCH 1/6] tpm2-tss: declare dependency on a toolchain with C++

Carlos Santos casantos at datacom.ind.br
Thu Mar 22 20:27:47 UTC 2018


Version 1.4.0 still contains some C++ code. This has already changed on
upstream, so future versions will drop the dependency on a C++ compiler.

Signed-off-by: Carlos Santos <casantos at datacom.ind.br>
---
 package/tpm2-tss/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/tpm2-tss/Config.in b/package/tpm2-tss/Config.in
index ebf0fd262d..f1a9920700 100644
--- a/package/tpm2-tss/Config.in
+++ b/package/tpm2-tss/Config.in
@@ -29,3 +29,6 @@ config BR2_PACKAGE_TPM2_TSS
 	    Microsoft software TPM2 simulator.
 
 	  https://github.com/tpm2-software/tpm2-tss
+
+comment "tpm2-tss needs a toolchain w/ C++"
+        depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.14.3




More information about the buildroot mailing list