diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-08-03 08:19:56 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:20 -0700 |
| commit | 280a8954fbe9d7fc082e53d55cefaac34c728abe (patch) | |
| tree | 73152d982b476819b59296f14c6c419e0d9dc2b8 /meta/recipes-support/libcheck/libcheck_0.10.0.bb | |
| parent | 9d162de8f576630a619e7f7349c74033307047a3 (diff) | |
| download | poky-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.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "Check - unit testing framework for C code" | ||
| 2 | HOMEPAGE = "http://check.sourceforge.net/" | ||
| 3 | SECTION = "devel" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2.1+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 7 | |||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "53c5e5c77d090e103a17f3ed7fd7d8b8" | ||
| 12 | SRC_URI[sha256sum] = "f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/check-${PV}" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig texinfo | ||
| 17 | |||
| 18 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | ||
| 19 | |||
| 20 | RREPLACES_${PN} = "check (<= 0.9.5)" | ||
| 21 | RDEPENDS_${PN} += "gawk" | ||
| 22 | RDEPENDS_${PN}_class-native = "" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
