]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: fix host contamination
authorDan McGregor <dan.mcgregor@usask.ca>
Thu, 15 Jan 2015 15:41:14 +0000 (09:41 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Feb 2015 17:39:49 +0000 (17:39 +0000)
commit781d7e7fdff9d41dc962b7d35809396051a47303
treef382ba47accd7b19100c3b74bcd9ece91c18eb32
parent9bd6079fcea79d6a83832d1faa8bf566aecaa532
dpkg: fix host contamination

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 consistently fail on the target with an error about
gtar not being found.

(From OE-Core rev: 45bcb1ea92f244df4745aca6f9f9556c43e9b6ce)

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/dpkg/dpkg.inc