]> code.ossystems Code Review - openembedded-core.git/commitdiff
dkpg: Use tar everywhere (not gtar)
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Mar 2016 00:13:48 +0000 (00:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Mar 2016 10:47:45 +0000 (10:47 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc

index 6eec2cde9e0f948d7eb8a40d060c5f22c9ebae98..3d9e7e3058509f21634fa643ddd63114b5d2e85d 100644 (file)
@@ -34,7 +34,7 @@ EXTRA_OECONF = "\
                --without-selinux \
                "
 
-EXTRA_OECONF_append_class-target = " TAR=tar"
+EXTRA_OECONF += "TAR=tar"
 
 do_configure () {
     echo >> ${S}/m4/compiler.m4