diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-15 16:44:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 16:56:45 +0100 |
commit | 0551b4ad039347d7d373d80dc65123b370adecf7 (patch) | |
tree | f492e038a237bb185b7a3713a7527a247ff20c49 /meta | |
parent | 1ebc9047c6f8f56133e160851436bc244896a73c (diff) | |
download | poky-0551b4ad039347d7d373d80dc65123b370adecf7.tar.gz |
coreutils: add realpath to alternatives
New coreutils (8.15 onwards) build /usr/bin/realpath, which busybox also builds.
Add it to the alternatives handling to avoid file conflicts.
(From OE-Core rev: 826c18eb1c69f5e3689b5b0ef188f74ae930a050)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.21.bb index 88561c773a..26ada48b64 100644 --- a/meta/recipes-core/coreutils/coreutils_8.21.bb +++ b/meta/recipes-core/coreutils/coreutils_8.21.bb | |||
@@ -29,7 +29,7 @@ EXTRA_OECONF_class-native = "--disable-acl --without-gmp" | |||
29 | bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \ | 29 | bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \ |
30 | env expand expr factor fmt fold groups head hostid id install \ | 30 | env expand expr factor fmt fold groups head hostid id install \ |
31 | join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \ | 31 | join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \ |
32 | pinky pr printenv printf ptx readlink runcon seq sha1sum sha224sum sha256sum \ | 32 | pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \ |
33 | sha384sum sha512sum shred shuf sort split stat stdbuf sum tac tail tee test timeout\ | 33 | sha384sum sha512sum shred shuf sort split stat stdbuf sum tac tail tee test timeout\ |
34 | tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" | 34 | tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" |
35 | 35 | ||