diff options
| author | Marko Lindqvist <cazfi74@gmail.com> | 2013-10-25 10:39:22 +0300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 16:08:39 +0100 | 
| commit | b40ff314dfa5afcf280d75d34856e253e22de011 (patch) | |
| tree | a41346f89374fb3ad1ddb432144f896f1ba5243f | |
| parent | 95001f4d50d9868fc6c33fe1bf2a37fc99d365f9 (diff) | |
| download | poky-b40ff314dfa5afcf280d75d34856e253e22de011.tar.gz | |
libcheck: allow build with automake-1.14
Do not consider automake warnings about future incompatibility
errors.
(From OE-Core rev: c7ead34c51e77067cb5dd95cf0aa1bc35567a0f3)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.10.bb | 1 | 
2 files changed, 16 insertions, 0 deletions
| diff --git a/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch b/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch new file mode 100644 index 0000000000..51c5863f09 --- /dev/null +++ b/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd check-0.9.10/configure.ac check-0.9.10/configure.ac | ||
| 5 | --- check-0.9.10/configure.ac 2013-04-18 13:19:02.000000000 +0300 | ||
| 6 | +++ check-0.9.10/configure.ac 2013-10-25 00:26:43.102413363 +0300 | ||
| 7 | @@ -26,7 +26,7 @@ | ||
| 8 | AC_USE_SYSTEM_EXTENSIONS | ||
| 9 | |||
| 10 | # really severe build strictness | ||
| 11 | -AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6]) | ||
| 12 | +AM_INIT_AUTOMAKE([-Wall gnits 1.9.6]) | ||
| 13 | |||
| 14 | # From patch 2803433, request system extensions to generate 64-bit safe code | ||
| 15 | AC_USE_SYSTEM_EXTENSIONS | ||
| diff --git a/meta/recipes-support/libcheck/libcheck_0.9.10.bb b/meta/recipes-support/libcheck/libcheck_0.9.10.bb index 2cadf673b9..05e49c7337 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.10.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.10.bb | |||
| @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | 
| 9 | file://libcheck_fix_for_automake-1.12.patch \ | 9 | file://libcheck_fix_for_automake-1.12.patch \ | 
| 10 | file://ignore_automake_warning.patch \ | ||
| 10 | " | 11 | " | 
| 11 | 12 | ||
| 12 | SRC_URI[md5sum] = "6d10a8efb9a683467b92b3bce97aeb30" | 13 | SRC_URI[md5sum] = "6d10a8efb9a683467b92b3bce97aeb30" | 
