]> 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>
Thu, 29 Jan 2015 10:37:53 +0000 (10:37 +0000)
commit45bcb1ea92f244df4745aca6f9f9556c43e9b6ce
tree213c878656deec4c8a629dfb64d2cdb1fb2552fb
parentb7ee7cf5bbfd0f305a75e4df9455f9968aa67878
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.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/dpkg/dpkg.inc