summaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_3.1r2.bb
blob: c171e43f4608192c1ad8930e99d37d3b5cf9acc6 (plain)
1
2
3
4
5
6
7
8
9
require squashfs-tools_${PV}.bb

inherit native

PACKAGES = ""

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