From: Andrej Valek Date: Tue, 18 Sep 2018 07:14:32 +0000 (+0200) Subject: unzip: add nativesdk support X-Git-Tag: uninative-2.3~289 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82886e19ba874a33e618a4854a32987884e2c058;p=openembedded-core.git unzip: add nativesdk support Signed-off-by: Andrej Valek Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index a47491ea4a..b9d87dd639 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -60,4 +60,4 @@ ALTERNATIVE_PRIORITY = "100" ALTERNATIVE_${PN} = "unzip" ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"