aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tetex/tetex-native_3.0.bb
blob: 86f634c8925a7ff2fed24dc12066a53101724bf9 (plain)
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
}