summaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
blob: cc016044602e00ceafb808bc1cbc01cf78706d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require squashfs-tools_4.0.bb

inherit native

DEPENDS = "zlib-native"

PACKAGES = ""

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