diff options
| -rw-r--r-- | meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch | 23 | ||||
| -rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 6 |
2 files changed, 27 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch b/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch new file mode 100644 index 0000000000..2d0ddb43f5 --- /dev/null +++ b/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | automake 1.12 has depricated automatic de-ANSI-fication support | ||
| 4 | |||
| 5 | this patch avoids these kinds of errors: | ||
| 6 | |||
| 7 | | configure.in:75: error: automatic de-ANSI-fication support has been removed | ||
| 8 | |||
| 9 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | ||
| 10 | 2012/05/04 | ||
| 11 | |||
| 12 | Index: findutils-4.2.31/configure.in | ||
| 13 | =================================================================== | ||
| 14 | --- findutils-4.2.31.orig/configure.in | ||
| 15 | +++ findutils-4.2.31/configure.in | ||
| 16 | @@ -72,7 +72,6 @@ dnl gl_EARLY calls AC_GNU_SOURCE anyway. | ||
| 17 | |||
| 18 | |||
| 19 | AC_ISC_POSIX | ||
| 20 | -AM_C_PROTOTYPES | ||
| 21 | |||
| 22 | AC_PROG_INSTALL | ||
| 23 | AC_PROG_RANLIB | ||
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 0c3783614e..37da0ce340 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
| @@ -8,10 +8,12 @@ SECTION = "console/utils" | |||
| 8 | 8 | ||
| 9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 11 | PR = "r2" | 11 | PR = "r3" |
| 12 | 12 | ||
| 13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ |
| 14 | file://gnulib-extension.patch" | 14 | file://gnulib-extension.patch \ |
| 15 | file://findutils_fix_for_automake-1.12.patch \ | ||
| 16 | " | ||
| 15 | 17 | ||
| 16 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" | 18 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" |
| 17 | SRC_URI[sha256sum] = "e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204" | 19 | SRC_URI[sha256sum] = "e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204" |
