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>
nativesdk-chrpath \
nativesdk-tar \
nativesdk-git \
+ nativesdk-pigz \
nativesdk-make \
"
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"