aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils
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-12-14coreutils: experimental coreutils fixSteve Sakoman
2010-10-30coreutils: use INC_PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30coreutils: install df and nice to /bin as busybox doesMartin Jansa
* otherwise u-a will fail Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30coreutils: use u-a for sha256sum, sha512sum, timeout (conflict with ↵Martin Jansa
busybox-1.17.3) * surround "u-a --install" and "mv" calls with "if" to be sure it won't fail for old coreutils version without some ${bindir}/$i 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-10-08coreutils : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-16coreutils: removed 7.1 and 7.2Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.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-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-06-05coreutils-8.5: Add recipes for version 8.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
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>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@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>
2009-12-03coreutils-native.inc : fix staging of coreutils-nativeGraeme Gregory
Was inheriting the u-a renaming from non native version and we dont do u-a on staging so all utils had a silly name
2009-04-30coreutils-native: remove autotools and quilt dependenciesRoman I Khimov
Allows to build coreutils-native at very early stage in build process. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30coreutils: add version 7.2Roman I Khimov
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>