aboutsummaryrefslogtreecommitdiffstats
path: root/genext2fs/genext2fs-native_1.3.oe
blob: 2a708870289aa7e1f6a9128745bcd69f88754dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "console/utils"
include genext2fs_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genext2fs-${PV}"
DEPENDS = ""

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

do_install () {
	:
}