mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:59:19 +00:00
zip: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
b5a059ff28
commit
bb4dfbf39b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user