diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2016-08-03 16:53:17 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:46:30 +0100 |
commit | 591bd6b0aa9dd95ccb68563e2631045a041eaa02 (patch) | |
tree | 6f80699bb55be8015e3ee7564f9a485cb95e5c45 /meta/recipes-support/libgcrypt | |
parent | f157570e749bb91d5e9d02efeeb8cf6d8f889748 (diff) | |
download | poky-591bd6b0aa9dd95ccb68563e2631045a041eaa02.tar.gz |
libgcrypt: upgrade to 1.7.2
(From OE-Core rev: 88abc4bc9a4e0b4d1e223827fe279b8f008af8a2)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.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')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.7.2.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb deleted file mode 100644 index 37637f69d8..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "0a4d2d94b69832c780599f38280b2450" | ||
4 | SRC_URI[sha256sum] = "07f88053ac9f7cfd35c2d404954b1e370818b757fd202ef2a5d4f398c11b7b06" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.7.2.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.7.2.bb new file mode 100644 index 0000000000..8931d18900 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.7.2.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "b28de2eaf8fc0c916c76ab67be5a3790" | ||
4 | SRC_URI[sha256sum] = "70c8e439420823505b39addbf51c469ef0df5a1372fa1d7d33ec9261079d08e2" | ||