diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-support/libcheck | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.8.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.8.bb b/meta/recipes-support/libcheck/libcheck_0.9.8.bb index 048b8ce622..d7e0829b1e 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.8.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.8.bb | |||
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz" |
12 | |||
13 | SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470" | ||
14 | SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f" | ||
12 | S = "${WORKDIR}/check-${PV}" | 15 | S = "${WORKDIR}/check-${PV}" |
13 | 16 | ||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |