diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-27 11:20:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-01 07:31:18 +0000 |
commit | 039aa6df4d67e0ad37eae19b7829aeb5523d2160 (patch) | |
tree | 60a5c2cda0b998bcbbf82d02b8049dece3505585 | |
parent | 98deacdb55780232d958d9b10ce8feeebc870802 (diff) | |
download | poky-039aa6df4d67e0ad37eae19b7829aeb5523d2160.tar.gz |
gnutls: update 3.7.2 -> 3.7.3
Drop unsupported option.
(From OE-Core rev: 5a2d94e0df21992a30f95312da3bf8477f42785c)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.7.3.bb (renamed from meta/recipes-support/gnutls/gnutls_3.7.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.7.2.bb b/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 | |||
23 | file://arm_eabi.patch \ | 23 | file://arm_eabi.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[sha256sum] = "646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752" | 26 | SRC_URI[sha256sum] = "fc59c43bc31ab20a6977ff083029277a31935b8355ce387b634fa433f8f6c49a" |
27 | 27 | ||
28 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc | 28 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc |
29 | 29 | ||
@@ -42,7 +42,6 @@ EXTRA_OECONF = " \ | |||
42 | --disable-libdane \ | 42 | --disable-libdane \ |
43 | --disable-guile \ | 43 | --disable-guile \ |
44 | --disable-rpath \ | 44 | --disable-rpath \ |
45 | --enable-local-libopts \ | ||
46 | --enable-openssl-compatibility \ | 45 | --enable-openssl-compatibility \ |
47 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ | 46 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ |
48 | --with-librt-prefix=${STAGING_DIR_HOST}${prefix} \ | 47 | --with-librt-prefix=${STAGING_DIR_HOST}${prefix} \ |