aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck_0.9.11.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-02-13 09:58:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:27:55 +0000
commit9dac3f13c26748cbea0ebc21fed2055eeb0a28c8 (patch)
tree2eded919497b9664f0f3ab3d18492a3d40047271 /meta/recipes-support/libcheck/libcheck_0.9.11.bb
parentf053427be02c795f7a6c0d624f755c875e90255a (diff)
downloadopenembedded-core-contrib-9dac3f13c26748cbea0ebc21fed2055eeb0a28c8.tar.gz
libcheck: Update to 0.9.12
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libcheck/libcheck_0.9.11.bb')
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.9.11.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.11.bb b/meta/recipes-support/libcheck/libcheck_0.9.11.bb
deleted file mode 100644
index 7fc352c6d8..0000000000
--- a/meta/recipes-support/libcheck/libcheck_0.9.11.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Check - unit testing framework for C code"
-HOMEPAGE = "http://check.sourceforge.net/"
-SECTION = "devel"
-
-LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
- "
-
-SRC_URI[md5sum] = "fd5a03979bcab9fb80ba005b55f54178"
-SRC_URI[sha256sum] = "ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936"
-
-S = "${WORKDIR}/check-${PV}"
-
-inherit autotools pkgconfig
-
-CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
-
-RREPLACES_${PN} = "check (<= 0.9.5)"
-RDEPENDS_${PN} += "gawk"
-RDEPENDS_${PN}_class-native = ""
-
-BBCLASSEXTEND = "native"