pigz: Add pigz to buildtools tarball

When using the tar executable in the buildtools, tar will execute
gzip. If this happens before zlib-native is built, then the gzip
on the host will be used and can fail if the libz in the buildtools
is not compatible. Adding pigz to the build tools avoids this host
contamination.

(From OE-Core rev: af6424e8c2bf3a938fddabc669c0956d68964ed0)

Signed-off-by: Konrad Scherer <Konrad.Scherer@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Konrad Scherer 2013-10-21 16:13:11 -04:00 committed by Richard Purdie
parent cb5a224bd8
commit f7e849f07c
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-chrpath \
nativesdk-tar \
nativesdk-git \
nativesdk-pigz \
nativesdk-make \
"

View File

@ -6,5 +6,5 @@ SRC_URI[sha256sum] = "629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"