]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: update to 3.5.1
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 28 Jun 2016 08:06:16 +0000 (11:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Jul 2016 13:12:05 +0000 (14:12 +0100)
Remove no longer supported --disable-crywrap option.
Add a checksum for the LICENSE file with licensing overview.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gnutls/gnutls.inc
meta/recipes-support/gnutls/gnutls_3.5.1.bb [moved from meta/recipes-support/gnutls/gnutls_3.4.11.bb with 60% similarity]

index e7c91eb804b9b71162ec8eee3c13bdafa2631e06..0ac7c3720a9e63f714ba251451ac794689810219 100644 (file)
@@ -8,8 +8,9 @@ LICENSE_${PN}-xx = "LGPLv2.1+"
 LICENSE_${PN}-bin = "GPLv3+"
 LICENSE_${PN}-openssl = "GPLv3+"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \
+                    file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 DEPENDS = "nettle gmp virtual/libiconv"
 DEPENDS_append_libc-musl = " argp-standalone"
@@ -30,7 +31,6 @@ PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
 
 EXTRA_OECONF = " \
-    --disable-crywrap \
     --disable-libdane \
     --disable-guile \
     --disable-rpath \
similarity index 60%
rename from meta/recipes-support/gnutls/gnutls_3.4.11.bb
rename to meta/recipes-support/gnutls/gnutls_3.5.1.bb
index 42035486a40385ec4213f32df2af7c9e255a20da..85d99040fb6b97e27f89ce42561f8bb27a81df75 100644 (file)
@@ -4,5 +4,5 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
             file://0001-configure.ac-fix-sed-command.patch \
             file://use-pkg-config-to-locate-zlib.patch \
            "
-SRC_URI[md5sum] = "4da148b5a0048aaac4961e2d9ba95798"
-SRC_URI[sha256sum] = "70ef9c9f95822d363036c6e6b5479750e5b7fc34f50e750c3464a98ec65a9ab8"
+SRC_URI[md5sum] = "cb48bb0cf36d329f7321c6cdc0d7ae36"
+SRC_URI[sha256sum] = "bc4a0f80a627c3aca6e7ea59d30e50cda118c61e0e3fab367ff1451d6ec8bdbd"