From 82886e19ba874a33e618a4854a32987884e2c058 Mon Sep 17 00:00:00 2001 From: Andrej Valek Date: Tue, 18 Sep 2018 09:14:32 +0200 Subject: unzip: add nativesdk support Signed-off-by: Andrej Valek Signed-off-by: Ross Burton --- meta/recipes-extended/unzip/unzip_6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/unzip') 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" -- cgit 1.2.3-korg