summaryrefslogtreecommitdiff
path: root/squashfs-tools/squashfs-tools-native_2.0r2.oe
blob: c4d241965fe4ec5148c174ab88139c36623e57ba (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "base"
PN_BASE = "squashfs-tools"
include ${PN_BASE}_${PV}.oe
inherit native

FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${PN_BASE}-${PV}', '${FILE_DIRNAME}/${PN_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PACKAGES = ""

do_stage () {
	install -m 0755 mksquashfs ${STAGING_BINDIR}/
}