summaryrefslogtreecommitdiff
path: root/recipes/coreutils
AgeCommit message (Collapse)AuthorFiles
2009-12-16coreutils: don't patch the autotools files in the native recipesChris Larson10
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 Gregory1
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 Khimov4
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 Khimov6
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko16
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>