libfm: allow build with automake-1.14

Do not consider automake warnings about future incompatibility
errors.

(From OE-Core rev: f7281ebf1fd593805f2cc10828ecb9723e1554d0)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Lindqvist
2013-10-25 10:39:24 +03:00
committed by Richard Purdie
parent 41e5d52bfa
commit 72eadfc038
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd libfm-1.1.2.2/configure.ac libfm-1.1.2.2/configure.ac
--- libfm-1.1.2.2/configure.ac 2013-08-22 23:16:09.000000000 +0300
+++ libfm-1.1.2.2/configure.ac 2013-10-25 01:35:18.110323079 +0300
@@ -3,7 +3,7 @@
AC_PREREQ([2.63])
AC_INIT([libfm], [1.1.2.2], [http://pcmanfm.sourceforge.net/])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADERS([config.h])

View File

@@ -12,6 +12,7 @@ DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
file://fix-make-parallelism-issue.patch \
file://ignore_automake_warnings.patch \
"
SRC_URI[md5sum] = "ea3d09b23ef4c37cb84ae57ea16b8f08"