From: Denys Dmytriyenko <denis@denix.org>
To: Manjukumar Harthikote Matha <MANJUKUM@xilinx.com>
Cc: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] bitbake.conf: Add comm to HOSTTOOLS
Date: Thu, 29 Mar 2018 18:25:49 -0400 [thread overview]
Message-ID: <20180329222549.GH2786@denix.org> (raw)
In-Reply-To: <BY2PR02MB34738EDF842CDBEF98D6A59B9E50@BY2PR02MB347.namprd02.prod.outlook.com>
On Mon, Jan 29, 2018 at 06:04:37PM +0000, Manjukumar Harthikote Matha wrote:
>
>
> > -----Original Message-----
> > From: openembedded-core-bounces@lists.openembedded.org
> > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Niko
> > Mauno
> > Sent: Monday, January 29, 2018 9:47 AM
> > To: openembedded-core@lists.openembedded.org
> > Cc: Niko Mauno <niko.mauno@vaisala.com>
> > 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 <manjukumar.harthikote-matha@xilinx.com>
????????
https://lists.x.org/archives/xorg-devel/2009-October/003036.html
> > Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
> > ---
> > 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
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2018-03-29 22:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-29 17:47 [PATCH] bitbake.conf: Add comm to HOSTTOOLS Niko Mauno
2018-01-29 18:04 ` Manjukumar Harthikote Matha
2018-03-29 22:25 ` Denys Dmytriyenko [this message]
2018-03-29 22:55 ` Manjukumar Harthikote Matha
2018-01-30 6:38 ` Alexander Kanavin
2018-01-30 7:07 ` Khem Raj
2018-01-30 14:20 ` Alexander Kanavin
2018-02-01 11:36 ` Mauno Niko
2018-02-01 14:39 ` Alexander Kanavin
2018-02-01 14:43 ` Burton, Ross
2018-01-30 16:34 ` Manjukumar Harthikote Matha
2018-03-28 14:55 ` Luca Ceresoli
2018-03-28 15:23 ` Burton, Ross
2018-03-28 16:50 ` Luca Ceresoli
2018-03-29 22:29 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180329222549.GH2786@denix.org \
--to=denis@denix.org \
--cc=MANJUKUM@xilinx.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.