diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-11 11:39:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:17 +0100 |
commit | 02ea19bfa07e14d074b32af00c28252b372a2d46 (patch) | |
tree | 6a1b021ff4920b7f3a1edbffa6e3490b643d13fa /meta/recipes-support/libgcrypt | |
parent | 9ecb4ec70afaa28fbde184bdc6fc9185f58601c0 (diff) | |
download | poky-02ea19bfa07e14d074b32af00c28252b372a2d46.tar.gz |
libgcrypt: Update to 1.5.0
(From OE-Core rev: 53a631c0b5fcd9c70c727e2773aa6d90eeaf7acf)
Signed-off-by: Saul Wold <sgw@linux.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.4.6.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb deleted file mode 100644 index aef616ccab..0000000000 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.4.6.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI[md5sum] = "bfd45922eefb8a24d598af77366220d4" | ||
6 | SRC_URI[sha256sum] = "996d2874643318c9df835777034a8b7a923d3cd0bee593bab1780305f9de872d" | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb new file mode 100644 index 0000000000..7e05c7a257 --- /dev/null +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require libgcrypt.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI[md5sum] = "78f8f8bec4580f75b25816f7896d0389" | ||
6 | SRC_URI[sha256sum] = "cc98b1f64c9ae3b0185099cef4ac6c436a849095edf87f34157f0bb10e187990" | ||
7 | |||