summaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_3.3.bb
blob: 1a82323951002bca286deb95b9a1455de76f18cd (plain)
1
2
3
4
5
6
7
8
9
10
require squashfs-tools_${PV}.bb
PR = "${INC_PR}.1"

inherit native

PACKAGES = ""

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