aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/makedevs/makedevs-native_1.0.0.bb
blob: 004a71374d826c33cd136fce6211f84e9a171ffc (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}/
}