1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

zip: Convert to use BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-04 15:50:54 +00:00
parent b5a059ff28
commit bb4dfbf39b
2 changed files with 3 additions and 8 deletions
-8
View File
@@ -1,8 +0,0 @@
require zip_${PV}.bb
inherit native
do_stage() {
install -d ${STAGING_BINDIR}
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
}
+3
View File
@@ -17,3 +17,6 @@ do_install() {
BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \ BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \
install install
} }
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"