Message ID | 20250506100824.391727-1-ecordonnier@snap.com |
---|---|
State | New |
Headers | show |
Series | coreutils: remove outdated comment | expand |
Le mar. 6 mai 2025 à 12:08, Etienne Cordonnier via lists.openembedded.org <ecordonnier=snap.com@lists.openembedded.org> a écrit : > From: Etienne Cordonnier <ecordonnier@snap.com> > > 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. > > Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> > --- > meta/recipes-core/coreutils/coreutils_9.6.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/meta/recipes-core/coreutils/coreutils_9.6.bb > b/meta/recipes-core/coreutils/coreutils_9.6.bb > index b876a8fdd0..16f56ac772 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,, > PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" > PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" > > -# [ df mktemp nice printenv base64 gets a special treatment and is not > included in this > +# base32 base64 df mktemp nice printenv get a special treatment and are > not included in this > You dropped the '[' here which in this context is "alias of test" if I'm not wrong. Also, this hunk is not related to the commit message so maybe you did not want to add it? > bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors > dirname du \ > env expand expr factor fmt fold groups head hostid id > install \ > 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 > sha384sum sha512sum shred shuf sort split sum tac tail > tee test timeout \ > tr truncate tsort tty unexpand uniq unlink uptime users > vdir wc who whoami yes" > > -# hostname gets a special treatment and is not included in this > base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname > kill ln ls mkdir \ > mknod mv pwd rm rmdir sleep stty sync touch true > uname stat" > > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#216035): > https://lists.openembedded.org/g/openembedded-core/message/216035 > Mute This Topic: https://lists.openembedded.org/mt/112646299/4316185 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-core/coreutils/coreutils_9.6.bb b/meta/recipes-core/coreutils/coreutils_9.6.bb index b876a8fdd0..16f56ac772 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,, PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" -# [ df mktemp nice printenv base64 gets a special treatment and is not included in this +# base32 base64 df mktemp nice printenv get a special treatment and are not included in this bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ env expand expr factor fmt fold groups head hostid id install \ 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 sha384sum sha512sum shred shuf sort split sum tac tail tee test timeout \ tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" -# hostname gets a special treatment and is not included in this base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname kill ln ls mkdir \ mknod mv pwd rm rmdir sleep stty sync touch true uname stat"