diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-28 11:06:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:16 +0100 |
commit | b1413404ed52f58d32f075b0840aeb6730fc3c15 (patch) | |
tree | cc4a57dc3b70417f401aff4bb1d228eb9ba17189 /meta/recipes-support | |
parent | f31597a8b91bdd1619521cbce30405cb01182dce (diff) | |
download | poky-b1413404ed52f58d32f075b0840aeb6730fc3c15.tar.gz |
gnutls: update to 3.5.1
Remove no longer supported --disable-crywrap option.
Add a checksum for the LICENSE file with licensing overview.
(From OE-Core rev: e8ef5912aac0104d9a47d6d10a95e64426d8840e)
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')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 6 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.5.1.bb (renamed from meta/recipes-support/gnutls/gnutls_3.4.11.bb) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index e7c91eb804..0ac7c3720a 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -8,8 +8,9 @@ LICENSE_${PN}-xx = "LGPLv2.1+" | |||
8 | LICENSE_${PN}-bin = "GPLv3+" | 8 | LICENSE_${PN}-bin = "GPLv3+" |
9 | LICENSE_${PN}-openssl = "GPLv3+" | 9 | LICENSE_${PN}-openssl = "GPLv3+" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ |
12 | file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" | 12 | file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
13 | file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
13 | 14 | ||
14 | DEPENDS = "nettle gmp virtual/libiconv" | 15 | DEPENDS = "nettle gmp virtual/libiconv" |
15 | DEPENDS_append_libc-musl = " argp-standalone" | 16 | DEPENDS_append_libc-musl = " argp-standalone" |
@@ -30,7 +31,6 @@ PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" | |||
30 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | 31 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" |
31 | 32 | ||
32 | EXTRA_OECONF = " \ | 33 | EXTRA_OECONF = " \ |
33 | --disable-crywrap \ | ||
34 | --disable-libdane \ | 34 | --disable-libdane \ |
35 | --disable-guile \ | 35 | --disable-guile \ |
36 | --disable-rpath \ | 36 | --disable-rpath \ |
diff --git a/meta/recipes-support/gnutls/gnutls_3.4.11.bb b/meta/recipes-support/gnutls/gnutls_3.5.1.bb index 42035486a4..85d99040fb 100644 --- a/meta/recipes-support/gnutls/gnutls_3.4.11.bb +++ b/meta/recipes-support/gnutls/gnutls_3.5.1.bb | |||
@@ -4,5 +4,5 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | |||
4 | file://0001-configure.ac-fix-sed-command.patch \ | 4 | file://0001-configure.ac-fix-sed-command.patch \ |
5 | file://use-pkg-config-to-locate-zlib.patch \ | 5 | file://use-pkg-config-to-locate-zlib.patch \ |
6 | " | 6 | " |
7 | SRC_URI[md5sum] = "4da148b5a0048aaac4961e2d9ba95798" | 7 | SRC_URI[md5sum] = "cb48bb0cf36d329f7321c6cdc0d7ae36" |
8 | SRC_URI[sha256sum] = "70ef9c9f95822d363036c6e6b5479750e5b7fc34f50e750c3464a98ec65a9ab8" | 8 | SRC_URI[sha256sum] = "bc4a0f80a627c3aca6e7ea59d30e50cda118c61e0e3fab367ff1451d6ec8bdbd" |