blob: fde61efcb7df1caf5eafb5f0faa507ea8f21348d (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "console/utils"
inherit native
require zip_${PV}.bb
S = "${WORKDIR}/zip-${PV}"
do_stage() {
install -d ${STAGING_BINDIR}
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
}
|