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-moblin | |
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-moblin')
-rw-r--r-- | meta-moblin/packages/check/check_0.9.5.bb | 13 | ||||
-rw-r--r-- | meta-moblin/packages/check/files/configure_fix.patch | 12 |
2 files changed, 0 insertions, 25 deletions
diff --git a/meta-moblin/packages/check/check_0.9.5.bb b/meta-moblin/packages/check/check_0.9.5.bb deleted file mode 100644 index 0a4d47755c..0000000000 --- a/meta-moblin/packages/check/check_0.9.5.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | DESCRIPTION = "a unit test framework for C" | ||
2 | LICENSE = "LGPL" | ||
3 | PRIORITY = "optional" | ||
4 | SECTION = "devel" | ||
5 | PR = "r3" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | ||
8 | file://configure_fix.patch;patch=1" | ||
9 | S = "${WORKDIR}/check-${PV}" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | EXTRA_OECONF += "--enable-plain-docdir" | ||
diff --git a/meta-moblin/packages/check/files/configure_fix.patch b/meta-moblin/packages/check/files/configure_fix.patch deleted file mode 100644 index 3e79319d80..0000000000 --- a/meta-moblin/packages/check/files/configure_fix.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | Index: check-0.9.5/configure.ac | ||
2 | =================================================================== | ||
3 | --- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000 | ||
4 | +++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000 | ||
5 | @@ -71,6 +71,7 @@ | ||
6 | AC_PROG_INSTALL | ||
7 | AC_PROG_LN_S | ||
8 | AC_PROG_LIBTOOL | ||
9 | +AM_PROG_CC_C_O | ||
10 | if test -n "$GCC"; then | ||
11 | CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings" | ||
12 | fi | ||