diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-12-01 13:02:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 12:20:01 +0000 |
commit | 1f8405e5365408c2b7dd08b5e6e0b09acd73a5bc (patch) | |
tree | a3a75a4019b6fa0ec388ec875c5d144744a79b7b /documentation/bsp-guide/bsp-guide.xml | |
parent | d10d614d01fdf82fe2d641c4eb5c9a06ac17f8c0 (diff) | |
download | poky-1f8405e5365408c2b7dd08b5e6e0b09acd73a5bc.tar.gz |
coreutils: fix u-a for base64, mktemp and df
* busybox installs mktemp and df to base_bindir not bindir
SHR root@gjama ~ $ ll /bin/df /bin/mktemp /bin/base64
lrwxrwxrwx 1 root root 7 Nov 10 15:44 /bin/df -> busybox
lrwxrwxrwx 1 root root 7 Nov 10 15:44 /bin/mktemp -> busybox
lrwxrwxrwx 1 root root 7 Nov 28 15:48 /bin/base64 -> busybox
* so u-a for coreutils fails:
update-alternatives: Error: cannot register alternative base64 to /usr/bin/base64 since it is already registered to /bin/base64
update-alternatives: Error: cannot register alternative mktemp to /usr/bin/mktemp since it is already registered to /bin/mktemp
update-alternatives: Error: cannot register alternative df to /usr/bin/df since it is already registered to /bin/df
(From OE-Core rev: 7f71e866ecdbe0491c26b4eb5b83d8d2573f8eda)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp-guide.xml')
0 files changed, 0 insertions, 0 deletions