diff options
author | Qing He <qing.he@intel.com> | 2010-08-20 11:08:22 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 17:17:43 +0100 |
commit | d1f7c3f9cc59477ef926c35eb980833d5a0246de (patch) | |
tree | aefcbc6f89cb9cc2caed471f46c9aefd5f9c622b /meta/packages | |
parent | 09bffb70def83bbca575e4f5b78b3fc949ebf517 (diff) | |
download | poky-d1f7c3f9cc59477ef926c35eb980833d5a0246de.tar.gz |
libcheck: upgrade to version 0.9.8
from 0.9.5
moved from meta-moblin to meta
renamed to libcheck for clarity
changes:
- --enable-plain-docdir is obsolete
- remove the unnessary patch
Signed-off-by: Saul Wold <saul.wold@intel.com>
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libcheck/libcheck_0.9.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/libcheck/libcheck_0.9.8.bb b/meta/packages/libcheck/libcheck_0.9.8.bb new file mode 100644 index 0000000000..048b8ce622 --- /dev/null +++ b/meta/packages/libcheck/libcheck_0.9.8.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Check Test Framework" | ||
2 | HOMEPAGE = "http://gitorious.org/opensuse/zypper" | ||
3 | PRIORITY = "optional" | ||
4 | SECTION = "devel" | ||
5 | |||
6 | LICENSE = "LGPLv2.1+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz" | ||
12 | S = "${WORKDIR}/check-${PV}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | RREPLACES_${PN} = "check (<= 0.9.5)" | ||