summaryrefslogtreecommitdiffstats
path: root/meta/packages/unzip/unzip_552.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/unzip/unzip_552.bb')
-rw-r--r--meta/packages/unzip/unzip_552.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/unzip/unzip_552.bb b/meta/packages/unzip/unzip_552.bb
index 2f06e1b..84e4fd4 100644
--- a/meta/packages/unzip/unzip_552.bb
+++ b/meta/packages/unzip/unzip_552.bb
@@ -7,6 +7,7 @@ SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.52"
export LD = "${CC}"
+LD_virtclass-native = "${CC}"
do_compile() {
oe_runmake -f unix/Makefile generic
@@ -18,4 +19,5 @@ do_install() {
mv ${D}${prefix}/man/* ${D}${mandir}
}
-
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"
OpenPOWER on IntegriCloud