Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-29 Thread Dan McGregor
On May 28, 2014 5:09 PM, "Richard Purdie" < richard.pur...@linuxfoundation.org> wrote: > > On Tue, 2014-05-27 at 17:38 -0600, Dan McGregor wrote: > > From: Dan McGregor > > > > On systems with /bin and /usr/bin merged the gzip recipe may find grep > > in /usr/bin, while OE puts it in /bin. Force t

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Richard Purdie
On Tue, 2014-05-27 at 17:38 -0600, Dan McGregor wrote: > From: Dan McGregor > > On systems with /bin and /usr/bin merged the gzip recipe may find grep > in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in > the correct place. > > Signed-off-by: Dan McGregor > --- > meta/rec

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Dan McGregor
It's encoded in zgrep, which is part of the gzip package. On 28 May 2014 14:29, Khem Raj wrote: > On Tue, May 27, 2014 at 4:38 PM, Dan McGregor > wrote: >> +EXTRA_OEMAKE = "GREP=${base_bindir}/grep" > > is this grep path encoded into gzip and then referred when running ? -- ___

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Khem Raj
On Tue, May 27, 2014 at 4:38 PM, Dan McGregor wrote: > +EXTRA_OEMAKE = "GREP=${base_bindir}/grep" is this grep path encoded into gzip and then referred when running ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

[OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-27 Thread Dan McGregor
From: Dan McGregor On systems with /bin and /usr/bin merged the gzip recipe may find grep in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in the correct place. Signed-off-by: Dan McGregor --- meta/recipes-extended/gzip/gzip.inc | 2 ++ 1 file changed, 2 insertions(+) diff