mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 19:57:48 +00:00
11 lines
240 B
BlitzBasic
11 lines
240 B
BlitzBasic
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}/
|
|
}
|