[Buildroot] [Bug 11816] Only selected coreutils binaries are installed

bugzilla at busybox.net bugzilla at busybox.net
Fri May 3 07:55:52 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=11816

--- Comment #2 from Pete Morici <pmorici at dev295.com> ---
Upon closer inspection it seems what is happening is that when both busybox
base64 and coreutils are selected they get installed to different paths.  /bin
is ahead of /usr/bin in PATH and so the busybox version takes precedent. 
Adding base64 to COREUTILS_BIN_PROGS causes the coreutils version to be
installed in /bin instead of /usr/bin.

output/target/usr/bin/base64 -> coreutils
output/target/bin/base64 -> busybox

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list