summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKonrad Scherer <Konrad.Scherer@windriver.com>2013-10-21 16:13:11 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 13:39:08 +0000
commitf7e849f07c2549c36530eb096786ddf682ee3e73 (patch)
tree68bc6359f5d3d72d58006b60a1ab2dc60bb9aaca /meta/recipes-extended
parentcb5a224bd8511c083971d475e71097a459610a2d (diff)
downloadpoky-f7e849f07c2549c36530eb096786ddf682ee3e73.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 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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.1.bb2
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 6e7c7f1f52..cd5508d63e 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
6 6
7NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 7NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
8 8
9BBCLASSEXTEND = "native" 9BBCLASSEXTEND = "native nativesdk"
10 10