diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-08-21 17:43:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 07:50:01 +0100 |
commit | 5bd9e094eca1487436ce0472b239b7ff58d4997e (patch) | |
tree | 2249f25ed18d70f4a230b9b7fb116c1656969dc4 /meta/recipes-support/gnutls | |
parent | 57191c57c28e7b73647fea62d79331451a9a7609 (diff) | |
download | poky-5bd9e094eca1487436ce0472b239b7ff58d4997e.tar.gz |
gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3
By including PACKAGECONFIG options, the recipe takes responsibility
for defining the default state of these options. Although the recipe
currently aligns with the gnutls defaults (ie both disabled) tracking
new gnutls releases will be a maintenance effort. Unless there's a
clear reason to do otherwise, it seems safer to leave the choice of
which SSL/TLS versions to enable by default up to the gnutls
developers.
(From OE-Core rev: 4c1d03eb226aa838622852b70a87260ab1ac9d91)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.6.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.3.bb index 629fcd8043..441bbecf15 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.3.bb | |||
@@ -35,8 +35,6 @@ PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2" | |||
35 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" | 35 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" |
36 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" | 36 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" |
37 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" | 37 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" |
38 | PACKAGECONFIG[ssl3] = "--enable-ssl3-support,--disable-ssl3-support," | ||
39 | PACKAGECONFIG[tls13] = "--enable-tls13-support,--disable-tls13-support," | ||
40 | 38 | ||
41 | EXTRA_OECONF = " \ | 39 | EXTRA_OECONF = " \ |
42 | --enable-doc \ | 40 | --enable-doc \ |