From: Yi Zhao Date: Wed, 29 Jul 2020 07:12:57 +0000 (+0800) Subject: pbzip2: extend for nativesdk X-Git-Tag: uninative-2.9~138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7b755f97da11c191f79cb201e1fa5f9009d85dd6;p=openembedded-core.git pbzip2: extend for nativesdk Make pzip2 available in nativesdk to speedup file compression. Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- 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"