pbzip2: extend for nativesdk

Make pzip2 available in nativesdk to speedup file compression.

(From OE-Core rev: 7b755f97da11c191f79cb201e1fa5f9009d85dd6)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao
2020-07-29 15:12:57 +08:00
committed by Richard Purdie
parent 4c57328478
commit 4b6cafae71

View File

@@ -28,4 +28,4 @@ do_install() {
install -m 0755 pbzip2 ${D}${bindir}/
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"