diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2025-05-06 12:20:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-08 10:28:19 +0100 |
commit | e83be014df1c408b3e484f5a0ce24a1408c96da7 (patch) | |
tree | 78c9d035ccf4c9069fda51c8a18903a872eefecd | |
parent | b09456cf9416ce5ddfc77122043f2907e28b676e (diff) | |
download | poky-e83be014df1c408b3e484f5a0ce24a1408c96da7.tar.gz |
coreutils: remove outdated comment
The comment about hostname not being included in base_bindir_progs is wrong after https://git.yoctoproject.org/poky/commit/?id=b9bf37ec6792f82753fe265fdcfc19db7dd51ab6 ,
so remove it to avoid confusion.
Also improve comment about bindir_progs.
(From OE-Core rev: f8c439cabb920eac002407b48b1aebc82b7027c0)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||