summaryrefslogtreecommitdiff
path: root/makedevs/makedevs-native_1.0.0.oe
blob: 2bf659f3ac48a551964e36b96432ac00d8b4f5bf (plain)
1
2
3
4
5
6
7
8
9
include makedevs_${PV}.oe
inherit native 

FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/makedevs-${PV}"

do_stage() {
	install -d ${STAGING_BINDIR}/
        install -m 0755 ${S}/makedevs ${STAGING_BINDIR}/
}