From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id D40407002B for ; Mon, 7 Mar 2016 00:13:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u270CoOg020477 for ; Mon, 7 Mar 2016 00:13:52 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 84lI9xuvX3bS for ; Mon, 7 Mar 2016 00:13:52 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u270Dm2Y020822 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Mon, 7 Mar 2016 00:13:50 GMT Message-ID: <1457309628.2804.83.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Mon, 07 Mar 2016 00:13:48 +0000 X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: [PATCH] dkpg: Use tar everywhere (not gtar) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 00:13:53 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 6eec2cd..3d9e7e3 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