summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/check/check_0.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/check/check_0.9.8.bb')
-rw-r--r--meta-oe/recipes-support/check/check_0.9.8.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/check/check_0.9.8.bb b/meta-oe/recipes-support/check/check_0.9.8.bb
new file mode 100644
index 000000000..ca79740ef
--- /dev/null
+++ b/meta-oe/recipes-support/check/check_0.9.8.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "a unit test framework for C"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
4SECTION = "devel"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
7 file://fix.automake-1.12.x.patch \
8 "
9
10inherit autotools pkgconfig
11
12EXTRA_OECONF += "--enable-plain-docdir"
13
14SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470"
15SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f"