> -----Original Message-----
> From: Denys Dmytriyenko [mailto:[email protected]]
> Sent: Thursday, March 29, 2018 3:26 PM
> To: Manjukumar Harthikote Matha <[email protected]>
> Cc: Niko Mauno <[email protected]>; openembedded-
> [email protected]
> Subject: Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS
> 
> On Mon, Jan 29, 2018 at 06:04:37PM +0000, Manjukumar Harthikote Matha
> wrote:
> >
> >
> > > -----Original Message-----
> > > From: [email protected]
> > > [mailto:[email protected]] On Behalf Of
> Niko
> > > Mauno
> > > Sent: Monday, January 29, 2018 9:47 AM
> > > To: [email protected]
> > > Cc: Niko Mauno <[email protected]>
> > > Subject: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS
> > >
> > > This mitigates following issues during u-boot do_compile() step -- 
> > > otherwise, if
> > > comm is not available, they are quietly ignored:
> > >
> > >   .../scripts/check-config.sh: line 33: comm: command not found
> > >   .../scripts/check-config.sh: line 39: comm: command not found
> > >
> > > Since 'comm' is provided by coreutils package, adding it to HOSTTOOLS was
> > > considered a lower impact fix compared to adding coreutils-native 
> > > buildtime
> > > dependency to u-boot recipe.
> > >
> >
> > Signed-off-by: Manjukumar Matha <[email protected]>
> 
> ????????
> https://lists.x.org/archives/xorg-devel/2009-October/003036.html
> 

Sorry my bad, intention was Tested-by


> 
> > > Signed-off-by: Niko Mauno <[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
> > > 93afb13166..e1d2f3c3e2 100644
> > > --- a/meta/conf/bitbake.conf
> > > +++ b/meta/conf/bitbake.conf
> > > @@ -473,7 +473,7 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools"
> > >
> > >  # Tools needed to run builds with OE-Core  HOSTTOOLS += " \
> > > -    [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp
> cpio \
> > > +    [ ar as awk basename bash 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 \
> > >      head hostname id install ld ldd ln ls make makeinfo md5sum mkdir 
> > > mknod \
> > > --
> > > 2.11.0
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-core mailing list
> > > [email protected]
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > [email protected]
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to