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 | |
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')
-rw-r--r-- | meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_automake-1.12.patch | 22 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.4.2.bb | 6 |
2 files changed, 26 insertions, 2 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 | ||
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb index d80511c4dc..127eb4b188 100644 --- a/meta/recipes-extended/findutils/findutils_4.4.2.bb +++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | require findutils.inc | 1 | require findutils.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI += "file://01-27017.patch \ | 5 | SRC_URI += "file://01-27017.patch \ |
6 | file://02-28824.patch \ | 6 | file://02-28824.patch \ |
7 | file://03-28872.patch \ | 7 | file://03-28872.patch \ |
8 | file://findutils_fix_for_x32.patch " | 8 | file://findutils_fix_for_x32.patch \ |
9 | file://findutils_fix_for_automake-1.12.patch \ | ||
10 | " | ||
9 | 11 | ||
10 | SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f" | 12 | SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f" |
11 | SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a" | 13 | SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a" |