aboutsummaryrefslogtreecommitdiffstats
path: root/genext2fs/genext2fs-native_1.3.oe
blob: 2a059a00d0430c0ff41547fbce44378f8a4845c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
include genext2fs_${PV}.oe
inherit native
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"

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

do_install () {
	:
}