summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 54fba11f8d..9dabbd0b4d 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -39,6 +39,7 @@ TOOLCHAIN_HOST_TASK ?= "\
39 nativesdk-chrpath \ 39 nativesdk-chrpath \
40 nativesdk-tar \ 40 nativesdk-tar \
41 nativesdk-git \ 41 nativesdk-git \
42 nativesdk-pigz \
42 nativesdk-make \ 43 nativesdk-make \
43 " 44 "
44 45
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
6 6
7NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 7NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
8 8
9BBCLASSEXTEND = "native" 9BBCLASSEXTEND = "native nativesdk"
10 10