From: Richard Purdie Date: Mon, 7 Mar 2016 00:13:48 +0000 (+0000) Subject: dkpg: Use tar everywhere (not gtar) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d683913119082f718af64f2d402bac67b660fca6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6eec2cde9e0..3d9e7e30585 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -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