aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-11-09 11:30:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:02:52 +0000
commit9982f9836f06b1a9282d657ee249eb08261518cb (patch)
tree27436f77d8f28f01b5afde1b9176ceec2beabc2a /meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch
parentb9d63e318c2d8edb9b360544cca4c76be2904552 (diff)
downloadopenembedded-core-contrib-9982f9836f06b1a9282d657ee249eb08261518cb.tar.gz
libcheck: upgrade to 0.9.11
Both patches have been merged upstream. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch')
-rw-r--r--meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch15
1 files changed, 0 insertions, 15 deletions
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 <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