]> code.ossystems Code Review - openembedded-core.git/commitdiff
pigz: Add pigz to buildtools tarball
authorKonrad Scherer <Konrad.Scherer@windriver.com>
Mon, 21 Oct 2013 20:13:11 +0000 (16:13 -0400)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Dec 2013 02:12:22 +0000 (21:12 -0500)
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 master 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>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-core/meta/buildtools-tarball.bb
meta/recipes-extended/pigz/pigz_2.3.bb

index 54fba11f8d8e91922a42ae5e1b30f03548cc4115..9dabbd0b4db96e920845f05de5e18dce84ff9260 100644 (file)
@@ -39,6 +39,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-chrpath \
     nativesdk-tar \
     nativesdk-git \
+    nativesdk-pigz \
     nativesdk-make \
     "
 
index 724d00bcf7f8786e40d5a662383a0bd6ab5e607d..bf8dd9533f0cdeb2b6fce9f3f9cfc989837c362d 100644 (file)
@@ -6,5 +6,5 @@ SRC_URI[sha256sum] = "74bbd5962f9420549fc987ddd1ccda692ec2b29d2d612fbbe26edf3fa3
 
 NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"