diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2018-09-18 09:14:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-20 05:41:25 -0700 |
commit | 82886e19ba874a33e618a4854a32987884e2c058 (patch) | |
tree | 7d594cb6050ffebe9dc926148f8316e46cb38b64 | |
parent | 435f671981a090bd06e8f3bf3436d58d531afd49 (diff) | |
download | openembedded-core-82886e19ba874a33e618a4854a32987884e2c058.tar.gz openembedded-core-82886e19ba874a33e618a4854a32987884e2c058.tar.bz2 openembedded-core-82886e19ba874a33e618a4854a32987884e2c058.zip |
unzip: add nativesdk support
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 2 |
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" |