diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-04-21 10:53:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:16 +0100 |
commit | 08a9594e630a479f8842c570c30cdac6963a0313 (patch) | |
tree | ce6f027d8d1fddbe8d57af23f5c1854af332468d /meta | |
parent | 6464bcd67d10ab9967ac83c27c413c1014be707e (diff) | |
download | poky-08a9594e630a479f8842c570c30cdac6963a0313.tar.gz |
libgcrypt: update to 1.6.1
(From OE-Core rev: fd2848df50bec43248cab6ccdea2358be4719473)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.6.1.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb deleted file mode 100644 index b8b3590492..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.5.3.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "3ccf8f1bf758a08e924cf5a36754f564" | ||
4 | SRC_URI[sha256sum] = "9dd2f359c16d7b8128d53f019c685cdedbcdcd1888904228a272d4769d9bf4e6" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.1.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.1.bb new file mode 100644 index 0000000000..1657ea4de4 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.6.1.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "d155aa1b06fa879175922ba28f6a6509" | ||
4 | SRC_URI[sha256sum] = "7c1007197bef49c3b8740cf6af8b4eb4eb74c7a69796ebcf555d928c287255de" | ||