summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-10-09 12:21:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:52:43 +0100
commit3775adc02401806767bc9e60536610e1d23e1de7 (patch)
treed271d4ba5d4dc984489dc551a189616176d00550 /meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
parente824e093757c3de9c7c6194ff2ebab866dcfca2f (diff)
downloadpoky-3775adc02401806767bc9e60536610e1d23e1de7.tar.gz
libgcrypt: Fix building on armv6
This patch is backported from the upstream git repository to fix building libgcrypt on armv6 platforms such as raspberrypi. (From OE-Core rev: c47ed9aa7a34ef62b3ffaea6ebd5cc9e7c052899) Signed-off-by: Paul Barker <pbarker@toganlabs.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/libgcrypt/libgcrypt_1.8.0.bb')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
index fb004d9ceb..02982f03c6 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
+++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
@@ -21,6 +21,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \
21 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ 21 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \
22 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ 22 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \
23 file://0005-ecc-Add-input-validation-for-X25519.patch \ 23 file://0005-ecc-Add-input-validation-for-X25519.patch \
24 file://0006-Fix-building-AArch32-CE-implementations-when-target-.patch \
24" 25"
25SRC_URI[md5sum] = "110ce4352f9ea6f560bdc6c5644ae93c" 26SRC_URI[md5sum] = "110ce4352f9ea6f560bdc6c5644ae93c"
26SRC_URI[sha256sum] = "f6e470b7f2d3a703e8747f05a8c19d9e10e26ebf2d5f3d71ff75a40f504e12ee" 27SRC_URI[sha256sum] = "f6e470b7f2d3a703e8747f05a8c19d9e10e26ebf2d5f3d71ff75a40f504e12ee"