summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-10-25 10:39:22 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 16:03:12 +0100
commitc7ead34c51e77067cb5dd95cf0aa1bc35567a0f3 (patch)
tree302cfc31619d4dd56280b1ac0bc2b81b9275f84d /meta/recipes-support/libcheck/libcheck
parentf8c9a88082f5acf7835647a98a394d5a44fc556f (diff)
downloadopenembedded-core-c7ead34c51e77067cb5dd95cf0aa1bc35567a0f3.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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcheck/libcheck')
-rw-r--r--meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch15
1 files changed, 15 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