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>
This commit is contained in:
Qing He
2010-08-20 11:08:22 +08:00
committed by Richard Purdie
parent 09bffb70de
commit d1f7c3f9cc
3 changed files with 16 additions and 25 deletions

View File

@@ -1,13 +0,0 @@
DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
file://configure_fix.patch;patch=1"
S = "${WORKDIR}/check-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF += "--enable-plain-docdir"

View File

@@ -1,12 +0,0 @@
Index: check-0.9.5/configure.ac
===================================================================
--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000
+++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000
@@ -71,6 +71,7 @@
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
+AM_PROG_CC_C_O
if test -n "$GCC"; then
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
fi

View File

@@ -0,0 +1,16 @@
DESCRIPTION = "Check Test Framework"
HOMEPAGE = "http://gitorious.org/opensuse/zypper"
PRIORITY = "optional"
SECTION = "devel"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
S = "${WORKDIR}/check-${PV}"
inherit autotools pkgconfig
RREPLACES_${PN} = "check (<= 0.9.5)"