aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck_0.9.11.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-11-09 11:30:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:02:52 +0000
commit9982f9836f06b1a9282d657ee249eb08261518cb (patch)
tree27436f77d8f28f01b5afde1b9176ceec2beabc2a /meta/recipes-support/libcheck/libcheck_0.9.11.bb
parentb9d63e318c2d8edb9b360544cca4c76be2904552 (diff)
downloadopenembedded-core-contrib-9982f9836f06b1a9282d657ee249eb08261518cb.tar.gz
libcheck: upgrade to 0.9.11
Both patches have been merged upstream. 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, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.11.bb b/meta/recipes-support/libcheck/libcheck_0.9.11.bb
new file mode 100644
index 0000000000..781b9508a1
--- /dev/null
+++ b/meta/recipes-support/libcheck/libcheck_0.9.11.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Check Test Framework"
+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"