summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-11-18 21:54:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:55 +0000
commite10bea36ac0783ac8d184c2c3b3ce729f2d66b20 (patch)
tree826ff80dc800e6dadffa5dc2727b3d1c596d4a24 /meta/recipes-support/libcheck
parentda3ac77b540d02129f42abbb74fb0a4ef8defc77 (diff)
downloadpoky-e10bea36ac0783ac8d184c2c3b3ce729f2d66b20.tar.gz
libcheck: Update to 0.9.9
(From OE-Core rev: 0d856639e8c4fd31c7af222cdb2f37d6a9bec1db) 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.9.bb (renamed from meta/recipes-support/libcheck/libcheck_0.9.8.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.8.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb
index e988d47fa4..5ccce7a28b 100644
--- a/meta/recipes-support/libcheck/libcheck_0.9.8.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb
@@ -5,14 +5,15 @@ SECTION = "devel"
5LICENSE = "LGPLv2.1+" 5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" 6LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
7 7
8PR = "r1" 8PR = "r0"
9 9
10SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
11 file://libcheck_fix_for_automake-1.12.patch \ 11 file://libcheck_fix_for_automake-1.12.patch \
12 " 12 "
13 13
14SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470" 14SRC_URI[md5sum] = "f3702f2fcfc19ce3f62dca66c241a168"
15SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f" 15SRC_URI[sha256sum] = "1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9"
16
16S = "${WORKDIR}/check-${PV}" 17S = "${WORKDIR}/check-${PV}"
17 18
18inherit autotools pkgconfig 19inherit autotools pkgconfig