mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1437 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
168 B
BlitzBasic
11 lines
168 B
BlitzBasic
require zip_${PV}.bb
|
|
|
|
inherit native
|
|
|
|
S = "${WORKDIR}/zip-${PV}"
|
|
|
|
do_stage() {
|
|
install -d ${STAGING_BINDIR}
|
|
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
|
|
}
|