aboutsummaryrefslogtreecommitdiffstats
path: root/makedevs/makedevs-native_1.0.0.oe
blob: 2af5dc906acd06bb3d20699c92d669886fc5c3f2 (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "base"
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}/
}