summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
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:22:12 +0000
commit95ff97e659265408c63c7aec62c62a494ff59705 (patch)
tree74ede339449092ec7b1c7021951c6dc03d279515 /meta/recipes-core/coreutils
parentd22f12ca765eaa993445ca312b26523c5ba7940a (diff)
downloadpoky-95ff97e659265408c63c7aec62c62a494ff59705.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. (From OE-Core rev: d98d6122bdfd84faaa37912ca66dabebc7eb9da6) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb4
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.22.bb4
2 files changed, 4 insertions, 4 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 \
49 env expand expr factor fmt fold groups head hostid id install \ 49 env expand expr factor fmt fold groups head hostid id install \
50 join link logname md5sum mkfifo nice nl nohup od paste pathchk \ 50 join link logname md5sum mkfifo nice nl nohup od paste pathchk \
51 pinky pr printenv printf ptx readlink seq sha1sum sha224sum sha256sum \ 51 pinky pr printenv printf ptx readlink seq sha1sum sha224sum sha256sum \
52 sha384sum sha512sum shred shuf sort split stat sum tac tail tee test \ 52 sha384sum sha512sum shred shuf sort split sum tac tail tee test \
53 tr tsort tty unexpand uniq unlink users vdir wc who whoami yes uptime" 53 tr tsort tty unexpand uniq unlink users vdir wc who whoami yes uptime"
54 54
55# hostname gets a special treatment and is not included in this 55# hostname gets a special treatment and is not included in this
56base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \ 56base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \
57 mknod mv pwd rm rmdir sleep stty sync touch true uname hostname" 57 mknod mv pwd rm rmdir sleep stty sync touch true uname hostname stat"
58 58
59sbindir_progs= "chroot" 59sbindir_progs= "chroot"
60 60
diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb
index 6b222b5ae0..f88373f872 100644
--- a/meta/recipes-core/coreutils/coreutils_8.22.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.22.bb
@@ -38,12 +38,12 @@ bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname
38 env expand expr factor fmt fold groups head hostid id install \ 38 env expand expr factor fmt fold groups head hostid id install \
39 join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \ 39 join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \
40 pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \ 40 pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \
41 sha384sum sha512sum shred shuf sort split stat stdbuf sum tac tail tee test timeout\ 41 sha384sum sha512sum shred shuf sort split stdbuf sum tac tail tee test timeout\
42 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" 42 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes"
43 43
44# hostname gets a special treatment and is not included in this 44# hostname gets a special treatment and is not included in this
45base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \ 45base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \
46 mknod mv pwd rm rmdir sleep stty sync touch true uname" 46 mknod mv pwd rm rmdir sleep stty sync touch true uname stat"
47 47
48sbindir_progs= "chroot" 48sbindir_progs= "chroot"
49 49