1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
include tetex_${PV}.bb inherit native DEPENDS = "" do_configure() { oe_runconf } BINARIES = "texk/web2c/tangle utils/texinfo/info/makedoc utils/texinfo/makeinfo/makeinfo" do_stage() { for binary in ${BINARIES} do install -m 0755 texk/web2c/tangle ${STAGING_BINDIR} done }