From: Alexander Kanavin Date: Thu, 27 Jan 2022 10:20:03 +0000 (+0100) Subject: gnutls: update 3.7.2 -> 3.7.3 X-Git-Tag: uninative-3.5~135 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a2d94e0df21992a30f95312da3bf8477f42785c;p=openembedded-core.git gnutls: update 3.7.2 -> 3.7.3 Drop unsupported option. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_3.7.2.bb b/meta/recipes-support/gnutls/gnutls_3.7.3.bb similarity index 95% rename from meta/recipes-support/gnutls/gnutls_3.7.2.bb rename to meta/recipes-support/gnutls/gnutls_3.7.3.bb index e1a084fac4..6c47ed350f 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.2.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.3.bb @@ -23,7 +23,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://arm_eabi.patch \ " -SRC_URI[sha256sum] = "646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752" +SRC_URI[sha256sum] = "fc59c43bc31ab20a6977ff083029277a31935b8355ce387b634fa433f8f6c49a" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc @@ -42,7 +42,6 @@ EXTRA_OECONF = " \ --disable-libdane \ --disable-guile \ --disable-rpath \ - --enable-local-libopts \ --enable-openssl-compatibility \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ --with-librt-prefix=${STAGING_DIR_HOST}${prefix} \