01e3d2eff1
The 3.4 series has been promoted to stable. Handle autodeps more concisely (idn, p11-kit, zlib). libtasn1 is now mandatory, since otherwise gnutls uses the bundled version it makes no sense to try that because of target duplication. Disable tpm support since we've got no trousers package. Disable libdane support since we've got no dane package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
530 B
Plaintext
24 lines
530 B
Plaintext
config BR2_PACKAGE_GNUTLS
|
|
bool "gnutls"
|
|
select BR2_PACKAGE_LIBTASN1
|
|
select BR2_PACKAGE_NETTLE
|
|
select BR2_PACKAGE_PCRE
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
GnuTLS is a secure communications library implementing the SSL
|
|
and TLS protocols and technologies around them.
|
|
|
|
http://www.gnutls.org
|
|
|
|
if BR2_PACKAGE_GNUTLS
|
|
|
|
config BR2_PACKAGE_GNUTLS_TOOLS
|
|
bool "install tools"
|
|
help
|
|
Install GnuTLS command line tools for various cryptographic tasks.
|
|
|
|
endif
|
|
|
|
comment "gnutls needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|