aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
blob: f21bf99645c6cdb7f282ee62d6a1bfcc198ba264 (plain)
1
2
3
4
5
6
7
8
9
10
inherit native

require squashfs-tools_${PV}.bb
PR = "${INC_PR}.1"

PACKAGES = ""

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