Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
On 15 January 2015 at 09:41, Dan McGregor wrote: > From: Dan McGregor > > Force dpkg to use "tar" on the target. > > The dpkg configure script looks for gnutar, gtar, and > tar in order. If it finds gnutar or gtar on the host > it expects to use that as its tar program on the target. > Without th

[OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
From: Dan McGregor Force dpkg to use "tar" on the target. The dpkg configure script looks for gnutar, gtar, and tar in order. If it finds gnutar or gtar on the host it expects to use that as its tar program on the target. Without this, if gtar exists (as it does on my system) then dpkg will cons

Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
Sure thing. Will update and resend. On 15 January 2015 at 08:57, Aníbal Limón wrote: > Hi Dan, > > Can you explain in the commit message what is this change needed? > > On 14/01/15 21:51, Dan McGregor wrote: >> >> +EXTRA_OECONF_append_class-target = " TAR=tar" > > > Kind regards > > alimon --

Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Aníbal Limón
Hi Dan, Can you explain in the commit message what is this change needed? On 14/01/15 21:51, Dan McGregor wrote: +EXTRA_OECONF_append_class-target = " TAR=tar" Kind regards alimon -- ___ Openembedded-core mailing list Openembedded-core@lists.op

[OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-14 Thread Dan McGregor
From: Dan McGregor Signed-off-by: Dan McGregor --- meta/recipes-devtools/dpkg/dpkg.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index c3c51eb..11d0eea 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/me