diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-11-23 15:47:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:42 +0000 |
commit | 26750a75dc358897a395651a94b86215cb152bbb (patch) | |
tree | 9d60b3be68521162ce4e964f80eb1bba3da76d05 | |
parent | ce93ac63954e27e2ddeaeed8770e65bde12cbeef (diff) | |
download | poky-26750a75dc358897a395651a94b86215cb152bbb.tar.gz |
libgcrypt: upgrade 1.8.3 -> 1.8.4
(From OE-Core rev: 1100e7f1519be91c90b139c337799c7ea635a8b3)
(From OE-Core rev: 6187f5eff556d5f308fa6812dc5335a2769cb249)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb (renamed from meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb index cefa8365ee..fda68a2938 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb | |||
@@ -22,8 +22,8 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \ | |||
22 | file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ | 22 | file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ |
23 | file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ | 23 | file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "3139c2402e844985a67fb288a930534d" | 25 | SRC_URI[md5sum] = "fbfdaebbbc6d7e5fbbf6ffdb3e139573" |
26 | SRC_URI[sha256sum] = "66ec90be036747602f2b48f98312361a9180c97c68a690a5f376fa0f67d0af7c" | 26 | SRC_URI[sha256sum] = "f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227" |
27 | 27 | ||
28 | BINCONFIG = "${bindir}/libgcrypt-config" | 28 | BINCONFIG = "${bindir}/libgcrypt-config" |
29 | 29 | ||