]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: move 'stat' to base_bindir_progs
authorChen Qi <Qi.Chen@windriver.com>
Wed, 22 Jan 2014 02:39:48 +0000 (10:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 11:21:56 +0000 (11:21 +0000)
commitd98d6122bdfd84faaa37912ca66dabebc7eb9da6
treec0bdfb24babf9d44ac1dc64fad0c618caa275831
parent12e33bd0dc02720122eb8088b08a181b13b6ef0e
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>
meta/recipes-core/coreutils/coreutils_6.9.bb
meta/recipes-core/coreutils/coreutils_8.22.bb