]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: fix u-a for base64, mktemp and df
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 1 Dec 2011 12:02:09 +0000 (13:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Dec 2011 12:18:39 +0000 (12:18 +0000)
commit7f71e866ecdbe0491c26b4eb5b83d8d2573f8eda
treee5ed68fbca30e16a0b3d53189d0e31884622a459
parent3080f523dfe2da165dcb976676ac1dcfc77b0abc
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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_8.14.bb