aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/makedevs/makedevs-native_1.0.0.bb
blob: 1a79403550d1ed23b9f2fcd276680983507b58c3 (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "base"
include makedevs_${PV}.bb
inherit native 

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

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