[Buildroot] [git commit branch/2019.02.x] package/coreutils: install base64 under /bin iso /usr/bin to match busybox

Peter Korsgaard peter at korsgaard.com
Fri May 10 10:12:10 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=948d9db61aae3ee1468071ca334ed72f0eb93a8e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

Fixes #11816

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 873fa4f01fa7cdd61450f46c4f51ddcec258b230)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/coreutils/coreutils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 3e8efbf047..8e5518f638 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -55,7 +55,7 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
 	MAKEINFO=true \
 	INSTALL_PROGRAM=$(INSTALL)
 
-COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
+COREUTILS_BIN_PROGS = base64 cat chgrp chmod chown cp date dd df dir echo false \
 	kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
 	vdir sleep stty sync touch true uname join
 


More information about the buildroot mailing list