diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-05-03 09:33:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:59 +0100 |
commit | 133bff2ac26d9dbd6fe9c98bc4360ac10351fe9d (patch) | |
tree | 0d987478d8ceb539d3744d1eebd06f0491a3c5b2 /meta/recipes-extended/findutils/findutils-4.4.2 | |
parent | 2a952c568766cf6d7b63630b528445db31e2e8d6 (diff) | |
download | poky-133bff2ac26d9dbd6fe9c98bc4360ac10351fe9d.tar.gz |
findutils: fix build with automake 1.12
(From OE-Core rev: 872632691f15656f666d52a568fba443061693c0)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils-4.4.2')
-rw-r--r-- | meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_automake-1.12.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_automake-1.12.patch b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_automake-1.12.patch new file mode 100644 index 0000000000..d4a7e95728 --- /dev/null +++ b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_automake-1.12.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | This patch fixes following issue with automake 1.12 | ||
4 | |||
5 | | configure.ac:80: error: automatic de-ANSI-fication support has been removed | ||
6 | |||
7 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | ||
8 | 2012/05/03 | ||
9 | |||
10 | Index: findutils-4.4.2/configure.ac | ||
11 | =================================================================== | ||
12 | --- findutils-4.4.2.orig/configure.ac | ||
13 | +++ findutils-4.4.2/configure.ac | ||
14 | @@ -77,8 +77,6 @@ AC_PROG_CPP | ||
15 | dnl for gnulib | ||
16 | gl_EARLY | ||
17 | |||
18 | -AM_C_PROTOTYPES | ||
19 | - | ||
20 | AC_PROG_INSTALL | ||
21 | AC_PROG_RANLIB | ||
22 | dnl AC_PROG_LIBTOOL | ||