[Buildroot] [PATCH 5/6] tpm2-tools: propagate dependencies of selected packages

Peter Korsgaard peter at korsgaard.com
Thu Mar 22 23:01:29 UTC 2018


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

 > - C++ (tpm2-tss)
 > - MMU (dbus, libglib)
 > - threads (libglib)
 > - wchar (libglib -> gettext)

 > Fixes (libglib):
 >   http://autobuild.buildroot.net/results/786859fccc477de1519d85d8a180626bb8ebe062
 >   http://autobuild.buildroot.net/results/df6518f331c16b477c6e934914d0e56dc102c228

 > Signed-off-by: Baruch Siach <baruch at tkos.co.il>
 > Signed-off-by: Carlos Santos <casantos at datacom.ind.br>
 > ---
 >  package/tpm2-tools/Config.in | 8 ++++++++
 >  1 file changed, 8 insertions(+)

 > diff --git a/package/tpm2-tools/Config.in b/package/tpm2-tools/Config.in
 > index 6429b24531..5992cc1174 100644
 > --- a/package/tpm2-tools/Config.in
 > +++ b/package/tpm2-tools/Config.in
 > @@ -1,5 +1,8 @@
 >  config BR2_PACKAGE_TPM2_TOOLS
 >  	bool "tpm2-tools"
 > +	depends on BR2_USE_MMU # dbus, libglib
 > +	depends on BR2_USE_WCHAR # libglib -> gettext
 > +	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib

You forgot BR2_INSTALL_LIBSTDCPP. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list