b3dd9a4b88
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
config BR2_PACKAGE_TPM_TOOLS
|
|
bool "tpm-tools"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
|
|
depends on !BR2_STATIC_LIBS # trousers
|
|
depends on !BR2_arc # trousers
|
|
select BR2_PACKAGE_TROUSERS
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Tools to manage and diagnose a TPM
|
|
|
|
http://trousers.sourceforge.net/
|
|
|
|
comment "tpm-tools needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
depends on !BR2_arc
|