|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_TPM2_TOTP
|
|
config BR2_PACKAGE_TPM2_TOTP
|
|
bool "tpm2-tools"
|
|
bool "tpm2-tools"
|
|
depends on !BR2_STATIC_LIBS # tpm2-tss
|
|
depends on !BR2_STATIC_LIBS # tpm2-tss
|
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM # glibc < 2.20
|
|
select BR2_PACKAGE_LIBQRENCODE
|
|
select BR2_PACKAGE_LIBQRENCODE
|
|
select BR2_PACKAGE_TPM2_TSS
|
|
select BR2_PACKAGE_TPM2_TSS
|
|
help
|
|
help
|
|
@@ -19,3 +20,4 @@ config BR2_PACKAGE_TPM2_TOTP
|
|
|
|
|
|
comment "tpm2-totp needs a toolchain w/ dynamic library"
|
|
comment "tpm2-totp needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
|