aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKonrad Scherer <Konrad.Scherer@windriver.com>2013-10-21 16:13:11 -0400
committerRobert Yang <liezhi.yang@windriver.com>2013-12-10 21:12:22 -0500
commitdd9945dd510d6e7764721bec5573591a0ad69ba4 (patch)
tree7142c8366d19b015e1845f58f4a0a1ba76086e36 /meta/recipes-extended
parenta82322a982dc97ebc95f3fc45f9ad98bed947ad9 (diff)
downloadopenembedded-core-contrib-dd9945dd510d6e7764721bec5573591a0ad69ba4.tar.gz
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 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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.3.bb b/meta/recipes-extended/pigz/pigz_2.3.bb
index 724d00bcf7..bf8dd9533f 100644
--- a/meta/recipes-extended/pigz/pigz_2.3.bb
+++ b/meta/recipes-extended/pigz/pigz_2.3.bb
@@ -6,5 +6,5 @@ SRC_URI[sha256sum] = "74bbd5962f9420549fc987ddd1ccda692ec2b29d2d612fbbe26edf3fa3
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"