aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/treecc/treecc-native_0.3.6.bb
blob: bcdd2e767744efe61edf32e64d6f1b52f2a2bf6d (plain)
1
2
3
4
5
6
7
8
9
10
11
require treecc_${PV}.bb
SECTION = "devel"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/treecc-${PV}"
S = "${WORKDIR}/treecc-${PV}"

inherit native autotools

do_stage() {
	rm -f ${STAGING_BINDIR}/treecc
	install -m 0755 treecc ${STAGING_BINDIR}/
}