aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-6.0.inc
AgeCommit message (Collapse)Author
2011-01-18coreutils: remove old broken versionsMartin Jansa
* for details read http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg14003.html Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20coreutils-6.0: apply patch for USE_STATVFSChris Larson
Fixes compile error on platforms where statvfs does not have an f_type member (e.g. OSX). See http://www.mail-archive.com/bug-coreutils@gnu.org/msg06552.html for details. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-16Revert "coreutils: removed old versions"Frans Meulenbroeks
This reverts commit 82dcd385984ba059b346a0e37fd3e14d536074ad. reverted coreutils removal as 7.0 and up is GPLv3, so there is a desire to keep 6.0.
2010-08-14coreutils: removed old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22coreutils: LICENSE for versions after 6.9 is GPLv3.Marc Olzheim
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-12-16coreutils: don't patch the autotools files in the native recipesChris Larson
If we patch autotools files in the native recipes and build them, the make results in the make rules trying to rerun autoconf, automake, aclocal, etc, and those don't yet exist when coreutils-native is built. So we split out the common target (not native) specific bits so that native recipes aren't including the target recipes, so we can avoid applying those patches for native. This also avoids some duplication of target bits between the versions. Signed-off-by: Chris Larson <clarson@mvista.com>