diff options
| -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" |
