mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2a952c5687
commit
133bff2ac2
@@ -0,0 +1,22 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
This patch fixes following issue with automake 1.12
|
||||
|
||||
| configure.ac:80: error: automatic de-ANSI-fication support has been removed
|
||||
|
||||
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
|
||||
2012/05/03
|
||||
|
||||
Index: findutils-4.4.2/configure.ac
|
||||
===================================================================
|
||||
--- findutils-4.4.2.orig/configure.ac
|
||||
+++ findutils-4.4.2/configure.ac
|
||||
@@ -77,8 +77,6 @@ AC_PROG_CPP
|
||||
dnl for gnulib
|
||||
gl_EARLY
|
||||
|
||||
-AM_C_PROTOTYPES
|
||||
-
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
dnl AC_PROG_LIBTOOL
|
||||
@@ -1,11 +1,13 @@
|
||||
require findutils.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI += "file://01-27017.patch \
|
||||
file://02-28824.patch \
|
||||
file://03-28872.patch \
|
||||
file://findutils_fix_for_x32.patch "
|
||||
file://findutils_fix_for_x32.patch \
|
||||
file://findutils_fix_for_automake-1.12.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
|
||||
SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"
|
||||
|
||||
Reference in New Issue
Block a user