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:37 +0100 |
commit | 872632691f15656f666d52a568fba443061693c0 (patch) | |
tree | 4e7a1b120f10e5e73976b8d019c555f1e0361e35 /meta/recipes-extended/findutils | |
parent | df868f8c3c2b9c4c441747ee0b7429c0689ed246 (diff) | |
download | openembedded-core-872632691f15656f666d52a568fba443061693c0.tar.gz openembedded-core-872632691f15656f666d52a568fba443061693c0.tar.bz2 openembedded-core-872632691f15656f666d52a568fba443061693c0.zip |
findutils: fix build with automake 1.12
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
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 @@ +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 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 @@ 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" |