diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-18 21:54:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 17:45:54 +0000 |
commit | 0d856639e8c4fd31c7af222cdb2f37d6a9bec1db (patch) | |
tree | 182903f734547bdfb18c7ede62d39f580a9d83cb /meta/recipes-support/libcheck/libcheck_0.9.9.bb | |
parent | 141ec5567de19d740e147786e25e17dd10e68001 (diff) | |
download | openembedded-core-0d856639e8c4fd31c7af222cdb2f37d6a9bec1db.tar.gz openembedded-core-0d856639e8c4fd31c7af222cdb2f37d6a9bec1db.tar.bz2 openembedded-core-0d856639e8c4fd31c7af222cdb2f37d6a9bec1db.zip |
libcheck: Update to 0.9.9
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/libcheck_0.9.9.bb')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.9.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.9.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb new file mode 100644 index 0000000000..5ccce7a28b --- /dev/null +++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Check Test Framework" +HOMEPAGE = "http://gitorious.org/opensuse/zypper" +SECTION = "devel" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ + file://libcheck_fix_for_automake-1.12.patch \ + " + +SRC_URI[md5sum] = "f3702f2fcfc19ce3f62dca66c241a168" +SRC_URI[sha256sum] = "1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9" + +S = "${WORKDIR}/check-${PV}" + +inherit autotools pkgconfig + +RREPLACES_${PN} = "check (<= 0.9.5)" |