aboutsummaryrefslogtreecommitdiffstats
path: root/unzip/unzip-native_551.oe
blob: 115e5f15e3f09a9744a53af963f7aea6aae309ff (plain)
1
2
3
4
5
6
7
8
SECTION = "console/utils"
inherit native
include unzip_${PV}.oe

do_stage() {
	install -d ${STAGING_BINDIR}
	install unzip ${STAGING_BINDIR}
}