diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-13 15:40:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:39 +0100 |
commit | 1884950498098dcb75030da8f172e6953efa82cf (patch) | |
tree | 400fd74c655c8837f876c133fd25c45b51e98e3f /meta/recipes-support | |
parent | 73fc26cfcd51575d24f13620c544edd8ec06994a (diff) | |
download | poky-1884950498098dcb75030da8f172e6953efa82cf.tar.gz |
libgcrypt: upgrade to 1.7.7
(From OE-Core rev: 99392e366047ee14e0ac94ac0ad2d97fed02e097)
Signed-off-by: Ross Burton <ross.burton@intel.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.7.6.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.7.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.7.6.bb deleted file mode 100644 index da0a1fe7fb..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.7.6.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "eac6d11999650e8a1493674c1bdbc7f8" | ||
4 | SRC_URI[sha256sum] = "fc0aec7714d75d812b665bd510d66031b1b2ce8fa855cc2c02238c954ea36982" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb new file mode 100644 index 0000000000..2bc21d2e69 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "36ace8f8dc4b1a82793ae759bbfc806f" | ||
4 | SRC_URI[sha256sum] = "0e72e91290d553c303095a50ea660279d8f11b76c6c86e826f470442fcdf1edd" | ||