summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2018-09-18 09:14:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-20 05:41:25 -0700
commit82886e19ba874a33e618a4854a32987884e2c058 (patch)
tree7d594cb6050ffebe9dc926148f8316e46cb38b64 /meta/recipes-extended/unzip
parent435f671981a090bd06e8f3bf3436d58d531afd49 (diff)
downloadopenembedded-core-contrib-82886e19ba874a33e618a4854a32987884e2c058.tar.gz
unzip: add nativesdk support
Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/unzip')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb2
1 files changed, 1 insertions, 1 deletions
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"