aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/genext2fs/genext2fs-native_1.3.bb
blob: 50b371b97e192687711f53235468fed71ff9f83a (plain)
1
2
3
4
5
6
7
8
9
10
require genext2fs_${PV}.bb
inherit native

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

do_install () {
	:
}