aboutsummaryrefslogtreecommitdiffstats
path: root/jikes/jikes-native_1.21.oe
blob: fd8aba2fd5d9ffdfbc3fbd8b7658a31ad2423508 (plain)
1
2
3
4
5
6
7
8
9
SECTION = "devel"
inherit native
include jikes_${PV}.oe
S = "${WORKDIR}/jikes-${PV}"

do_stage() {
	install -d ${STAGING_BINDIR}
	install -m 755 src/jikes ${STAGING_BINDIR}
}