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