mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user