summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch')
-rw-r--r--meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch b/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch
new file mode 100644
index 0000000000..58a2f09d66
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm-1.1.2.2/ignore_automake_warnings.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Inappropriate [configuration]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd libfm-1.1.2.2/configure.ac libfm-1.1.2.2/configure.ac
5--- libfm-1.1.2.2/configure.ac 2013-08-22 23:16:09.000000000 +0300
6+++ libfm-1.1.2.2/configure.ac 2013-10-25 01:35:18.110323079 +0300
7@@ -3,7 +3,7 @@
8
9 AC_PREREQ([2.63])
10 AC_INIT([libfm], [1.1.2.2], [http://pcmanfm.sourceforge.net/])
11-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
12+AM_INIT_AUTOMAKE([-Wall foreign])
13 AC_CONFIG_MACRO_DIR(m4)
14 AC_CONFIG_HEADERS([config.h])