summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck_0.10.0.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-08-03 08:19:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-10 12:40:20 -0700
commit280a8954fbe9d7fc082e53d55cefaac34c728abe (patch)
tree73152d982b476819b59296f14c6c419e0d9dc2b8 /meta/recipes-support/libcheck/libcheck_0.10.0.bb
parent9d162de8f576630a619e7f7349c74033307047a3 (diff)
downloadpoky-280a8954fbe9d7fc082e53d55cefaac34c728abe.tar.gz
libcheck: 0.9.14 -> 0.10.0
(From OE-Core rev: 8f83e270e6596a36bb7aa2258236fc298eb5b753) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcheck/libcheck_0.10.0.bb')
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.10.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.10.0.bb
new file mode 100644
index 0000000000..c0b459f661
--- /dev/null
+++ b/meta/recipes-support/libcheck/libcheck_0.10.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Check - unit testing framework for C code"
2HOMEPAGE = "http://check.sourceforge.net/"
3SECTION = "devel"
4
5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
9 "
10
11SRC_URI[md5sum] = "53c5e5c77d090e103a17f3ed7fd7d8b8"
12SRC_URI[sha256sum] = "f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052"
13
14S = "${WORKDIR}/check-${PV}"
15
16inherit autotools pkgconfig texinfo
17
18CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
19
20RREPLACES_${PN} = "check (<= 0.9.5)"
21RDEPENDS_${PN} += "gawk"
22RDEPENDS_${PN}_class-native = ""
23
24BBCLASSEXTEND = "native"