Also, can't this be supplied with DEPENDS? Adding to HOSTTOOLS to cater to needs of a single recipe is not a good thing.
Alex On Mon, 2 Sept 2024 at 12:10, Peter Kjellerstedt via lists.openembedded.org <[email protected]> wrote: > > > -----Original Message----- > > From: [email protected] > > <[email protected]> On Behalf Of Mikko Rapeli > > Sent: den 2 september 2024 11:41 > > To: [email protected] > > Cc: Mikko Rapeli <[email protected]> > > Subject: [OE-core] [PATCH 2/3] bitbake.conf: add getopt to HOSTTOOLS > > You are adding getent, not getopt. > > > > > Needed by systemd-tools-native > > > > Signed-off-by: Mikko Rapeli <[email protected]> > > --- > > meta/conf/bitbake.conf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > > index d8252c5b82..a8c630e7f8 100644 > > --- a/meta/conf/bitbake.conf > > +++ b/meta/conf/bitbake.conf > > @@ -511,7 +511,7 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools" > > HOSTTOOLS += " \ > > [ ar as awk basename bash bunzip2 bzip2 cat chgrp chmod chown chrpath > > cmp comm cp cpio \ > > cpp cut date dd diff diffstat dirname du echo egrep env expand expr > > false \ > > - fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip > > \ > > + fgrep file find flock g++ gawk getent gcc getconf getopt git grep > > gunzip gzip \ > > Keep the commands sorted. > > > head hostname iconv id install ld ldd ln ls lz4c make md5sum mkdir > > mkfifo mknod \ > > mktemp mv nm objcopy objdump od patch perl pr printf pwd \ > > python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq > > sh \ > > -- > > 2.34.1 > > //Peter > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204072): https://lists.openembedded.org/g/openembedded-core/message/204072 Mute This Topic: https://lists.openembedded.org/mt/108223986/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
