summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-08-26 15:23:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-30 10:33:35 +0100
commitae0b0649aa6db8045995a6f323a2ad88bb17befa (patch)
tree0f026900ca6dc800c9589a4f3db403dc2c502630 /meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
parent8907ddd9d79147ef50adf5c8270a836c08e8fa1e (diff)
downloadpoky-ae0b0649aa6db8045995a6f323a2ad88bb17befa.tar.gz
libgcrypt: remove obsolete patch
This patch was added in 2017 to fix an ICE in GCC. GCC no longer ICEs, so the patch isn't needed anymore. Of note is that the random failures in ptest are in the test being patched, so maybe this is causing subtle breakage. (From OE-Core rev: a6cd529ea05e7407a6ef9c6203471bb35e3cc8f9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
index c1f52aedff..5047c9075f 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
+++ b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
@@ -22,7 +22,6 @@ RDEPENDS:${PN}-ptest = "bash make"
22UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" 22UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
23SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \ 23SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \
24 file://0001-libgcrypt-fix-m4-file-for-oe-core.patch \ 24 file://0001-libgcrypt-fix-m4-file-for-oe-core.patch \
25 file://0003-tests-bench-slope.c-workaround-ICE-failure-on-mips-w.patch \
26 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ 25 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \
27 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ 26 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \
28 file://run-ptest \ 27 file://run-ptest \