]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/makedevs/makedevs-native_1.0.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / makedevs / makedevs-native_1.0.0.bb
1 SECTION = "base"
2 include makedevs_${PV}.bb
3 inherit native 
4
5 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/makedevs-${PV}"
6
7 do_stage() {
8         install -d ${STAGING_BINDIR}/
9         install -m 0755 ${S}/makedevs ${STAGING_BINDIR}/
10 }