summaryrefslogtreecommitdiff
path: root/genext2fs/genext2fs-native-1.3.oe
blob: b2fb40012a9903979203d11381070740a6fb41a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
include genext2fs-${PV}.oe
inherit native
FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV}

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

do_install () {
	true
}