From 9982f9836f06b1a9282d657ee249eb08261518cb Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sat, 9 Nov 2013 11:30:00 +0200 Subject: libcheck: upgrade to 0.9.11 Both patches have been merged upstream. Signed-off-by: Saul Wold --- .../libcheck/ignore_automake_warning.patch | 15 ------------- .../libcheck/libcheck_fix_for_automake-1.12.patch | 26 ---------------------- meta/recipes-support/libcheck/libcheck_0.9.10.bb | 26 ---------------------- meta/recipes-support/libcheck/libcheck_0.9.11.bb | 24 ++++++++++++++++++++ 4 files changed, 24 insertions(+), 67 deletions(-) delete mode 100644 meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch delete mode 100644 meta/recipes-support/libcheck/libcheck/libcheck_fix_for_automake-1.12.patch delete mode 100644 meta/recipes-support/libcheck/libcheck_0.9.10.bb create mode 100644 meta/recipes-support/libcheck/libcheck_0.9.11.bb diff --git a/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch b/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch deleted file mode 100644 index 51c5863f09..0000000000 --- a/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream-Status: Inappropriate [configuration] - -Signed-off-by: Marko Lindqvist -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 diff --git a/meta/recipes-support/libcheck/libcheck/libcheck_fix_for_automake-1.12.patch b/meta/recipes-support/libcheck/libcheck/libcheck_fix_for_automake-1.12.patch deleted file mode 100644 index 263f6d6f0d..0000000000 --- a/meta/recipes-support/libcheck/libcheck/libcheck_fix_for_automake-1.12.patch +++ /dev/null @@ -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 -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 diff --git a/meta/recipes-support/libcheck/libcheck_0.9.10.bb b/meta/recipes-support/libcheck/libcheck_0.9.10.bb deleted file mode 100644 index 05e49c7337..0000000000 --- a/meta/recipes-support/libcheck/libcheck_0.9.10.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Check Test Framework" -HOMEPAGE = "http://check.sourceforge.net/" -SECTION = "devel" - -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" - -S = "${WORKDIR}/check-${PV}" - -inherit autotools pkgconfig - -CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" - -RREPLACES_${PN} = "check (<= 0.9.5)" -RDEPENDS_${PN} += "gawk" -RDEPENDS_${PN}_class-native = "" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/libcheck/libcheck_0.9.11.bb b/meta/recipes-support/libcheck/libcheck_0.9.11.bb new file mode 100644 index 0000000000..781b9508a1 --- /dev/null +++ b/meta/recipes-support/libcheck/libcheck_0.9.11.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Check Test Framework" +HOMEPAGE = "http://check.sourceforge.net/" +SECTION = "devel" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ + " + +SRC_URI[md5sum] = "fd5a03979bcab9fb80ba005b55f54178" +SRC_URI[sha256sum] = "ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936" + +S = "${WORKDIR}/check-${PV}" + +inherit autotools pkgconfig + +CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" + +RREPLACES_${PN} = "check (<= 0.9.5)" +RDEPENDS_${PN} += "gawk" +RDEPENDS_${PN}_class-native = "" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg