summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-07-29 15:12:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-01 19:57:26 +0100
commit7b755f97da11c191f79cb201e1fa5f9009d85dd6 (patch)
tree9656f9ff68606d27e355a9fa16f7fd125acbf302 /meta
parentcb6e65f8196fd6587c75c3ab2cf060c00a074ec6 (diff)
downloadopenembedded-core-7b755f97da11c191f79cb201e1fa5f9009d85dd6.tar.gz
pbzip2: extend for nativesdk
Make pzip2 available in nativesdk to speedup file compression. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
index e321cd2b27..d24035b677 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
@@ -28,4 +28,4 @@ do_install() {
install -m 0755 pbzip2 ${D}${bindir}/
}
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"