]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
coreutils: expand list of files moved from /usr/bin to /bin
authorCarlos Santos <casantos@datacom.ind.br>
Thu, 12 Oct 2017 23:33:32 +0000 (20:33 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Jan 2018 21:26:52 +0000 (22:26 +0100)
BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
ensure that coreutils replaces them.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 443897bce4b01eae98155ac947d3387e6a2f289e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/coreutils/coreutils.mk

index 409089c332f9b3b1c7095d739fa7d467e1a3f1f3..4e0b1f7b96d57ab26ff686cbd6a9e837541fe970 100644 (file)
@@ -56,8 +56,8 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
        INSTALL_PROGRAM=$(INSTALL)
 
 COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
-       ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
-       uname join
+       kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
+       vdir sleep stty sync touch true uname join
 
 # If both coreutils and busybox are selected, make certain coreutils
 # wins the fight over who gets to have their utils actually installed.