aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lemon/lemon-native_3.5.4.bb
blob: 55a083ccb7034ed3bf1b60b54a79a2e128779574 (plain)
1
2
3
4
5
6
7
8
9
10
11
require lemon.inc

PR = "r0"

inherit native

do_stage() {
	install -d ${STAGING_BINDIR}
	install -m 0755 lemon ${STAGING_BINDIR}
	install -m 0644 lempar.c ${STAGING_BINDIR}
}