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

Peter Korsgaard peter at korsgaard.com
Thu Mar 22 22:51:13 UTC 2018


>>>>> "Carlos" == Carlos Santos <casantos at datacom.ind.br> writes:

 > 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

This should have been indented with a <tab> and the BR2_PACKAGE_TPM2_TSS
option should also have the C++ dependency.

Consider running utils/check-package on your patches.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list