diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-06-13 05:16:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:02 +0100 |
commit | f81a018089f9b92d08b6a0333c9fb75b9e6824e2 (patch) | |
tree | bbac4eccddd0db2f85c87573d28ddb6e212c7124 /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | 72e560e96926879a45480f1d5feac20665f51993 (diff) | |
download | poky-f81a018089f9b92d08b6a0333c9fb75b9e6824e2.tar.gz |
libgcrypt: upgrade to 1.7.0
- Add fix-undefined-reference-to-pthread.patch to fix undefined
reference to `pthread_create'
(From OE-Core rev: f9ed35ec4aeca0a37e8b00a0b185abf1b87db0d1)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index a4f3cd0f00..15805cd436 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -19,6 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
19 | file://add-pkgconfig-support.patch \ | 19 | file://add-pkgconfig-support.patch \ |
20 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ | 20 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ |
21 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ | 21 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ |
22 | file://fix-undefined-reference-to-pthread.patch \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | BINCONFIG = "${bindir}/libgcrypt-config" | 25 | BINCONFIG = "${bindir}/libgcrypt-config" |