]> code.ossystems Code Review - openembedded-core.git/commitdiff
unzip: add nativesdk support
authorAndrej Valek <andrej.valek@siemens.com>
Tue, 18 Sep 2018 07:14:32 +0000 (09:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Sep 2018 12:41:25 +0000 (05:41 -0700)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/unzip/unzip_6.0.bb

index a47491ea4ab52f1b5c79d4141f83b4879fd2bcec..b9d87dd6396b2090f90dca2fb7931de3b4803fa8 100644 (file)
@@ -60,4 +60,4 @@ ALTERNATIVE_PRIORITY = "100"
 ALTERNATIVE_${PN} = "unzip"
 ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"