include bison_${PV}.bb SECTION = "devel" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}" S = "${WORKDIR}/bison-${PV}" PR = "r1" inherit native autotools do_stage() { install -m 0755 src/bison ${STAGING_BINDIR}/ cat >${STAGING_BINDIR}/yacc <