aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-target.inc
AgeCommit message (Collapse)Author
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>
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>