aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_6.9.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-01-22 10:39:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 11:21:56 +0000
commitd98d6122bdfd84faaa37912ca66dabebc7eb9da6 (patch)
treec0bdfb24babf9d44ac1dc64fad0c618caa275831 /meta/recipes-core/coreutils/coreutils_6.9.bb
parent12e33bd0dc02720122eb8088b08a181b13b6ef0e (diff)
downloadopenembedded-core-contrib-d98d6122bdfd84faaa37912ca66dabebc7eb9da6.tar.gz
coreutils: move 'stat' to base_bindir_progs
To correctly integrate with busybox in our system, we should add 'stat' to base_bindir_progs so that the 'stat' commands from busybox and coreutils both register to /bin/stat. Previously there was a patch in busybox to move 'stat' to /usr/bin. But as we can easily solve this integration problem by modifying the coreutils recipe, this patch has been removed. After all, maintaining a patch that's not accepted by upsteam should not be our No.1 choice. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_6.9.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index 6375041e1a..5a16872219 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -49,12 +49,12 @@ bindir_progs = "base64 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 \
pinky pr printenv printf ptx readlink seq sha1sum sha224sum sha256sum \
- sha384sum sha512sum shred shuf sort split stat sum tac tail tee test \
+ sha384sum sha512sum shred shuf sort split sum tac tail tee test \
tr tsort tty unexpand uniq unlink users vdir wc who whoami yes uptime"
# 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 true uname hostname"
+ mknod mv pwd rm rmdir sleep stty sync touch true uname hostname stat"
sbindir_progs= "chroot"