diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-29 12:08:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:10 +0100 |
commit | 0f5e88107fe8e2f7b9e527e5ec01743c9d8eed85 (patch) | |
tree | b467ef504cf964eb6b9e75d5ddfd5c6d92ea370b | |
parent | bc149152e2957fbab3af6f97397eeca48185e5f5 (diff) | |
download | poky-0f5e88107fe8e2f7b9e527e5ec01743c9d8eed85.tar.gz |
libgcrypt: upgrade to 1.5.3
(From OE-Core rev: ef13891b3bc69b05ee01ae767fc21f46e05bcadd)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.5.2.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.5.2.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.5.2.bb deleted file mode 100644 index accf621af2..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.5.2.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "e695bc5c2c05d43779bae800efbd5cd8" | ||
4 | SRC_URI[sha256sum] = "8aac9b45080ab431cbb21f5be1a2cfc9d67ab2b41747a09794c48c4de8c62d7d" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb new file mode 100644 index 0000000000..b8b3590492 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "3ccf8f1bf758a08e924cf5a36754f564" | ||
4 | SRC_URI[sha256sum] = "9dd2f359c16d7b8128d53f019c685cdedbcdcd1888904228a272d4769d9bf4e6" | ||