diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-04 13:55:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:16 +0000 |
commit | 2d04c838e1ad57a0c789fcc7ddceb0bd7e96fd95 (patch) | |
tree | 1ec10dc4e8c140f175cb1393bb779997e6c453cf /meta/recipes-support/gnutls/gnutls.inc | |
parent | cf1eb2b8c0cb564eff6bd2346c40ebd7805ccfc1 (diff) | |
download | poky-2d04c838e1ad57a0c789fcc7ddceb0bd7e96fd95.tar.gz |
gnutls: update to 3.4.7
libidn is needed by the new version to compare hostnames.
Openssl compatibility is no longer enabled by default, but is
required by other packages in oe-core.
(From OE-Core rev: 08fb2a4c2eaabdb2944cefefed51d1b95aedbde1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index e9b138a03b..c1ec1207df 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "GNU Transport Layer Security Library" | 1 | SUMMARY = "GNU Transport Layer Security Library" |
2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "nettle" | 4 | DEPENDS = "nettle libidn" |
5 | 5 | ||
6 | LICENSE = "GPLv3+ & LGPLv2.1+" | 6 | LICENSE = "GPLv3+ & LGPLv2.1+" |
7 | LICENSE_${PN} = "LGPLv2.1+" | 7 | LICENSE_${PN} = "LGPLv2.1+" |
@@ -26,6 +26,7 @@ EXTRA_OECONF="--disable-rpath \ | |||
26 | --disable-guile \ | 26 | --disable-guile \ |
27 | --disable-crywrap \ | 27 | --disable-crywrap \ |
28 | --without-p11-kit \ | 28 | --without-p11-kit \ |
29 | --enable-openssl-compatibility \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | do_configure_prepend() { | 32 | do_configure_prepend() { |