diff options
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.6.bb b/meta/recipes-core/coreutils/coreutils_9.6.bb index b876a8fdd0..6e1867f3e4 100644 --- a/meta/recipes-core/coreutils/coreutils_9.6.bb +++ b/meta/recipes-core/coreutils/coreutils_9.6.bb | |||
@@ -50,7 +50,7 @@ PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,, | |||
50 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 50 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
51 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" | 51 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" |
52 | 52 | ||
53 | # [ df mktemp nice printenv base64 gets a special treatment and is not included in this | 53 | # [ base32 base64 df mktemp nice printenv get a special treatment and are not included in this |
54 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ | 54 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ |
55 | env expand expr factor fmt fold groups head hostid id install \ | 55 | env expand expr factor fmt fold groups head hostid id install \ |
56 | join link logname md5sum mkfifo nl nohup nproc od paste pathchk \ | 56 | join link logname md5sum mkfifo nl nohup nproc od paste pathchk \ |
@@ -58,7 +58,6 @@ bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname | |||
58 | sha384sum sha512sum shred shuf sort split sum tac tail tee test timeout \ | 58 | sha384sum sha512sum shred shuf sort split sum tac tail tee test timeout \ |
59 | tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" | 59 | tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" |
60 | 60 | ||
61 | # hostname gets a special treatment and is not included in this | ||
62 | base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname kill ln ls mkdir \ | 61 | base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname kill ln ls mkdir \ |
63 | mknod mv pwd rm rmdir sleep stty sync touch true uname stat" | 62 | mknod mv pwd rm rmdir sleep stty sync touch true uname stat" |
64 | 63 | ||