aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-10-25 10:36:30 +0300
committerMarko Lindqvist <cazfi74@gmail.com>2013-10-25 10:36:30 +0300
commit8ede265b3c8bf399d62482693bc458da694d9aae (patch)
treeabaabbd1cf8d463cb1571b8865f2f7d09d48e631
parentb4d752157bb874d686fb25ae43e4dc499596c22c (diff)
downloadopenembedded-core-contrib-8ede265b3c8bf399d62482693bc458da694d9aae.tar.gz
libcheck: allow build with automake-1.14
Do not consider automake warnings about future incompatibility errors. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-rw-r--r--meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch15
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.9.10.bb1
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 @@
+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
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.10.bb b/meta/recipes-support/libcheck/libcheck_0.9.10.bb
index a22271ab26..294b23e81c 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"
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"