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

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