diff options
author | Konrad Scherer <Konrad.Scherer@windriver.com> | 2013-10-21 16:13:11 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 13:39:02 +0000 |
commit | af6424e8c2bf3a938fddabc669c0956d68964ed0 (patch) | |
tree | 5c7e13ab156545a2536ed0a353ad9135fe51a733 /meta/recipes-extended/pigz | |
parent | 35c8b1ac7c3b1e4209b1e30d1dbd1a457286b97b (diff) | |
download | openembedded-core-contrib-af6424e8c2bf3a938fddabc669c0956d68964ed0.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.
Signed-off-by: Konrad Scherer <Konrad.Scherer@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/pigz')
-rw-r--r-- | meta/recipes-extended/pigz/pigz_2.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.3.1.bb b/meta/recipes-extended/pigz/pigz_2.3.1.bb index 6e7c7f1f522..cd5508d63ee 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.1.bb +++ b/meta/recipes-extended/pigz/pigz_2.3.1.bb @@ -6,5 +6,5 @@ SRC_URI[sha256sum] = "629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46 NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |