mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
zip: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
require zip_${PV}.bb
|
||||
|
||||
inherit native
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGING_BINDIR}
|
||||
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
|
||||
}
|
||||
@@ -17,3 +17,6 @@ do_install() {
|
||||
BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \
|
||||
install
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
Reference in New Issue
Block a user