diff options
| author | Carlos Santos <casantos@datacom.ind.br> | 2017-10-12 20:33:32 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-01 15:58:58 +0100 |
| commit | 443897bce4b01eae98155ac947d3387e6a2f289e (patch) | |
| tree | 00a6d13daf9ed36787d62b4f22d1305607d94128 | |
| parent | 8e741412d444f9fd2a9af75bf33066a083f7f81b (diff) | |
| download | buildroot-443897bce4b01eae98155ac947d3387e6a2f289e.tar.gz buildroot-443897bce4b01eae98155ac947d3387e6a2f289e.zip | |
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 <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/coreutils/coreutils.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 6a8a31b061..8259f42f4a 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. |

