summaryrefslogtreecommitdiff
path: root/recipes/check/check_0.9.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-31 16:26:34 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-31 16:26:34 +0200
commit0ec338fb847f38ada621fe7fa9ccfe8a0a4786de (patch)
tree9c90d6791fea7779bd13b1b9b1624f6618fd7761 /recipes/check/check_0.9.5.bb
parent901e7c5b47b9f3695cef841e6c8663d37c932fec (diff)
check: add 0.9.5 (from poky)
Diffstat (limited to 'recipes/check/check_0.9.5.bb')
-rw-r--r--recipes/check/check_0.9.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/check/check_0.9.5.bb b/recipes/check/check_0.9.5.bb
new file mode 100644
index 0000000000..45864ea4cb
--- /dev/null
+++ b/recipes/check/check_0.9.5.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "a unit test framework for C"
+LICENSE = "LGPL"
+PRIORITY = "optional"
+SECTION = "devel"
+
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
+ file://configure_fix.patch;patch=1"
+S = "${WORKDIR}/check-${PV}"
+
+inherit autotools_stage pkgconfig
+
+EXTRA_OECONF += "--enable-plain-docdir"