[oe-commits] [openembedded-core] 04/06: dkpg: Use tar everywhere (not gtar)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 11:56:23 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d683913119082f718af64f2d402bac67b660fca6
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 7 00:13:48 2016 +0000

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list