diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-07-30 10:18:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:26:16 +0100 |
commit | d468e24ad48e56348b0de45028121ba36c1b3342 (patch) | |
tree | cc8cc389d76cbcafd6625f5d4019675f77aa92f0 /meta/recipes-support/libcheck | |
parent | 2e880b636c73b20b6bbaa9b14ce0cb61d446f52a (diff) | |
download | poky-d468e24ad48e56348b0de45028121ba36c1b3342.tar.gz |
libcheck: Upgrade to 0.9.14
(From OE-Core rev: ea5446311c2c20774077d64e959029b73dd5aca8)
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.14.bb (renamed from meta/recipes-support/libcheck/libcheck_0.9.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.13.bb b/meta/recipes-support/libcheck/libcheck_0.9.14.bb index 8c063d4696..2a69ff7733 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.13.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.14.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] = "95530868f81a9496b2518fd2b713008a" | 11 | SRC_URI[md5sum] = "38263d115d784c17aa3b959ce94be8b8" |
12 | SRC_URI[sha256sum] = "ca6589c34f9c60ffd4c3e198ce581e944a9f040ca9352ed54068dd61bebb5cb7" | 12 | SRC_URI[sha256sum] = "c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a" |
13 | 13 | ||
14 | S = "${WORKDIR}/check-${PV}" | 14 | S = "${WORKDIR}/check-${PV}" |
15 | 15 | ||