From af6424e8c2bf3a938fddabc669c0956d68964ed0 Mon Sep 17 00:00:00 2001 From: Konrad Scherer Date: Mon, 21 Oct 2013 16:13:11 -0400 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-extended/pigz/pigz_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/pigz') 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 NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg