diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 00:13:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 11:55:38 +0000 |
commit | 1f50f291792bd5a4f974ba0a8d3e92cf62084a78 (patch) | |
tree | 91cd5d2d38a4aaecb121735d7c1235255c5ef1a5 | |
parent | b158d6c27fa2c7091b3184bed1a408a96166af0d (diff) | |
download | poky-1f50f291792bd5a4f974ba0a8d3e92cf62084a78.tar.gz |
dkpg: Use tar everywhere (not gtar)
All our systems usually have tar, if we want the native sstate to work
universally, we need to prefer this. This avoids a system with gtar
causing dpkg-native to use it and it not being present on some systems.
(From OE-Core rev: d683913119082f718af64f2d402bac67b660fca6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6eec2cde9e..3d9e7e3058 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -34,7 +34,7 @@ EXTRA_OECONF = "\ | |||
34 | --without-selinux \ | 34 | --without-selinux \ |
35 | " | 35 | " |
36 | 36 | ||
37 | EXTRA_OECONF_append_class-target = " TAR=tar" | 37 | EXTRA_OECONF += "TAR=tar" |
38 | 38 | ||
39 | do_configure () { | 39 | do_configure () { |
40 | echo >> ${S}/m4/compiler.m4 | 40 | echo >> ${S}/m4/compiler.m4 |