From: Carlos Santos Date: Thu, 12 Oct 2017 23:33:32 +0000 (-0300) Subject: coreutils: expand list of files moved from /usr/bin to /bin X-Git-Tag: 2017.02.10~66 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/5188e3eb033abb49fbcbe8c5b38367b08b35b65d coreutils: expand list of files moved from /usr/bin to /bin BusyBox installs kill, link, mktemp, nice and printenv on /bin, so ensure that coreutils replaces them. Signed-off-by: Carlos Santos Signed-off-by: Thomas Petazzoni (cherry picked from commit 443897bce4b01eae98155ac947d3387e6a2f289e) Signed-off-by: Peter Korsgaard --- diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 409089c332..4e0b1f7b96 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -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.