aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
blob: 8fc80a64f13ae016824d53b8b4df55963333f397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require squashfs-tools_${PV}.bb

inherit native

DEPENDS = "zlib-native lzma-native "

PR = "${INC_PR}.1"

PACKAGES = ""

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