libcheck: upgrade to 0.9.11

Both patches have been merged upstream.

(From OE-Core rev: 9982f9836f06b1a9282d657ee249eb08261518cb)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-11-09 11:30:00 +02:00 committed by Richard Purdie
parent 0079588f5f
commit 20efe19ed0
3 changed files with 2 additions and 45 deletions

View File

@ -1,15 +0,0 @@
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd check-0.9.10/configure.ac check-0.9.10/configure.ac
--- check-0.9.10/configure.ac 2013-04-18 13:19:02.000000000 +0300
+++ check-0.9.10/configure.ac 2013-10-25 00:26:43.102413363 +0300
@@ -26,7 +26,7 @@
AC_USE_SYSTEM_EXTENSIONS
# really severe build strictness
-AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6])
+AM_INIT_AUTOMAKE([-Wall gnits 1.9.6])
# From patch 2803433, request system extensions to generate 64-bit safe code
AC_USE_SYSTEM_EXTENSIONS

View File

@ -1,26 +0,0 @@
Upstream-Status: Pending
This patch fixes following issue with automake 1.12
| automake: warnings are treated as errors
| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libcompat.la': linking libtool libraries using a non-POSIX
| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2012/05/03
Index: check-0.9.8/configure.ac
===================================================================
--- check-0.9.8.orig/configure.ac
+++ check-0.9.8/configure.ac
@@ -103,6 +103,10 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
+m4_pattern_allow([AM_PROG_AR])
+AM_PROG_AR
+
# add these options to CFLAGS if the compiler supports them
AC_DEFUN([AX_CFLAGS_ADD],[AX_C_CHECK_FLAG($1, , , CFLAGS="$CFLAGS $1")])
AX_CFLAGS_WARN_ALL_ANSI

View File

@ -6,12 +6,10 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
file://libcheck_fix_for_automake-1.12.patch \
file://ignore_automake_warning.patch \
"
SRC_URI[md5sum] = "6d10a8efb9a683467b92b3bce97aeb30"
SRC_URI[sha256sum] = "823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d"
SRC_URI[md5sum] = "fd5a03979bcab9fb80ba005b55f54178"
SRC_URI[sha256sum] = "ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936"
S = "${WORKDIR}/check-${PV}"