diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-02 09:23:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:20 +0100 |
commit | 83e5ef8fa97abcffdfa5596e16e99a9f761063ba (patch) | |
tree | 798f8090181831922665fc7061e93e8fea43aa5d /meta/recipes-support/libcheck | |
parent | fc1ac79352ec793903415ea998c81820e140d8ca (diff) | |
download | poky-83e5ef8fa97abcffdfa5596e16e99a9f761063ba.tar.gz |
libcheck: Update to 0.9.13
(From OE-Core rev: eb4452b214c5dd81dab5ee82d9d5048d29c33613)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.13.bb (renamed from meta/recipes-support/libcheck/libcheck_0.9.12.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.12.bb b/meta/recipes-support/libcheck/libcheck_0.9.13.bb index 2a83031302..8c063d4696 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.12.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.13.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "46fe540d1a03714c7a1967dbc6d484e7" | 11 | SRC_URI[md5sum] = "95530868f81a9496b2518fd2b713008a" |
12 | SRC_URI[sha256sum] = "c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a1875b1ea3" | 12 | SRC_URI[sha256sum] = "ca6589c34f9c60ffd4c3e198ce581e944a9f040ca9352ed54068dd61bebb5cb7" |
13 | 13 | ||
14 | S = "${WORKDIR}/check-${PV}" | 14 | S = "${WORKDIR}/check-${PV}" |
15 | 15 | ||