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 () { : }