summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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:32 -0700
commit8a839b7e2bb1f19025a8dab388019697c7512500 (patch)
tree13bdc1551a2e9910ea07f6661da515f9f56ed4b4 /meta/recipes-extended
parent9eb4e056c52094d6badd5f3b8f7bd3c8a49393b2 (diff)
downloadpoky-8a839b7e2bb1f19025a8dab388019697c7512500.tar.gz
unzip: add nativesdk support
(From OE-Core rev: 82886e19ba874a33e618a4854a32987884e2c058) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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"
60ALTERNATIVE_${PN} = "unzip" 60ALTERNATIVE_${PN} = "unzip"
61ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip" 61ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip"
62 62
63BBCLASSEXTEND = "native" 63BBCLASSEXTEND = "native nativesdk"