diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:49:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
commit | 38250886b8a796a4d6e3caeb225c61b51396e1e0 (patch) | |
tree | 639e3dcf8500baaf52e5bdc80c82171c620af983 /meta/recipes-support | |
parent | b6721c66dedf7521ecb88d2159f2a44560f14338 (diff) | |
download | poky-38250886b8a796a4d6e3caeb225c61b51396e1e0.tar.gz |
libgcrypt: upgrade 1.8.6 -> 1.8.7
(From OE-Core rev: 15f1143ad34586740dd782506ff393c4f3735614)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb (renamed from meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb index ac09417e89..0cad41dfa9 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb | |||
@@ -26,7 +26,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \ | |||
26 | file://0003-GCM-move-look-up-table-to-.data-section-and-unshare-.patch \ | 26 | file://0003-GCM-move-look-up-table-to-.data-section-and-unshare-.patch \ |
27 | file://determinism.patch \ | 27 | file://determinism.patch \ |
28 | " | 28 | " |
29 | SRC_URI[sha256sum] = "0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975" | 29 | SRC_URI[sha256sum] = "03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748" |
30 | 30 | ||
31 | BINCONFIG = "${bindir}/libgcrypt-config" | 31 | BINCONFIG = "${bindir}/libgcrypt-config" |
32 | 32 | ||