aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-30 15:44:42 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-30 16:02:01 +0200
commitb3094bc2b4e4fa08d4ada10f7e2759ecd04c5ebb (patch)
tree377bc445078fc5a3869c6c595802a3e850007ea0
parent05794e79b4af2d2f3ded69a02c0275335b75a47c (diff)
downloadopenembedded-b3094bc2b4e4fa08d4ada10f7e2759ecd04c5ebb.tar.gz
coreutils: install df and nice to /bin as busybox does
* otherwise u-a will fail Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/coreutils/coreutils-target.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/coreutils/coreutils-target.inc b/recipes/coreutils/coreutils-target.inc
index 27d17a9446..000b2bbb17 100644
--- a/recipes/coreutils/coreutils-target.inc
+++ b/recipes/coreutils/coreutils-target.inc
@@ -2,17 +2,17 @@ EXTRA_AUTORECONF += "-I ${S}/m4"
SRC_URI += "file://onceonly.m4"
# [ gets a special treatment and is not included in this
-bindir_progs = "basename cksum comm csplit cut df dir dircolors dirname du \
+bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \
env expand expr factor fmt fold groups head hostid id install \
- join link logname md5sum mkfifo nice nl nohup od paste pathchk \
+ join link logname md5sum mkfifo nl nohup od paste pathchk \
pinky pr printenv printf ptx readlink seq sha1sum shred sort \
split stat sum tac tail tee test tr tsort tty unexpand uniq \
unlink users vdir wc who whoami yes sha256sum sha512sum timeout \
"
# hostname gets a special treatment and is not included in this
-base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill \
- ln ls mkdir mknod mv pwd rm rmdir sleep stty sync touch \
+base_bindir_progs = "cat chgrp chmod chown cp date dd df echo false kill \
+ ln ls mkdir mknod mv nice pwd rm rmdir sleep stty sync touch \
true uname \
"