aboutsummaryrefslogtreecommitdiffstats
path: root/packages/genext2fs/genext2fs-native_1.3+1.4rc1.bb
blob: b81df887a4500aaa81b3b7457fcbfd8fd4cad028 (plain)
1
2
3
4
5
6
7
8
9
10
include genext2fs_${PV}.bb
inherit native

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

do_install () {
	:
}