From 62136a869a56d4ad2b61fec2b8bbd23626433056 Mon Sep 17 00:00:00 2001 From: Qing He Date: Thu, 8 Jul 2010 13:46:40 +0800 Subject: findutils: upgrade to version 4.2.31 and 4.4.2 from 4.2.29 4.2.31 is the last known GPL2 version changes for 4.4: - pulled upstream patch to fix bug #27017, #28824 and #28872 - using a workaround to address bug #27299, this was fixed in development branch 4.5.3 by using a new version of gnulib. however, upgrading gnulib needs too much effort here. changes for 4.2: - 4.2.31's gnulib/m4/extension.m4 won't work with autoconf 2.65, fix it by removing gnulib's AC_USE_SYSTEM_EXTENSIONS Signed-off-by: Qing He --- .../findutils/findutils-4.2.31/mkdir.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/packages/findutils/findutils-4.2.31/mkdir.patch (limited to 'meta/packages/findutils/findutils-4.2.31/mkdir.patch') diff --git a/meta/packages/findutils/findutils-4.2.31/mkdir.patch b/meta/packages/findutils/findutils-4.2.31/mkdir.patch new file mode 100644 index 000000000..98ffbd2e7 --- /dev/null +++ b/meta/packages/findutils/findutils-4.2.31/mkdir.patch @@ -0,0 +1,26 @@ +Index: findutils-4.2.29/configure.in +=================================================================== +--- findutils-4.2.29.orig/configure.in 2006-11-25 18:06:00.000000000 +0000 ++++ findutils-4.2.29/configure.in 2009-08-19 18:01:06.000000000 +0100 +@@ -209,6 +209,8 @@ + dnl Hence they need to know if they are being compiled into findutils or not. + AC_DEFINE([FINDUTILS], 1, [Define if we are compiling GNU findutils]) + ++MKINSTALLDIRS="mkdir -p" ++AC_SUBST(MKINSTALLDIRS) + + # This is necessary so that .o files in LIBOBJS are also built via + # the ANSI2KNR-filtering rules. +Index: findutils-4.2.29/po/Makefile.in.in +=================================================================== +--- findutils-4.2.29.orig/po/Makefile.in.in 2009-08-19 18:05:47.000000000 +0100 ++++ findutils-4.2.29/po/Makefile.in.in 2009-08-19 18:05:58.000000000 +0100 +@@ -30,7 +30,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + MKINSTALLDIRS = @MKINSTALLDIRS@ +-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) ++mkinstalldirs = $(MKINSTALLDIRS) + + GMSGFMT = @GMSGFMT@ + MSGFMT = @MSGFMT@ -- cgit v1.2.3