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

inherit native

PACKAGES = ""

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