summaryrefslogtreecommitdiff
path: root/packages/kaffe/kaffeh-native_cvs.bb
blob: 5c2d7c19078f7e87de22d93db5ba5050bedd78b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PV = "1.1.4+cvs${CVSDATE}"
SRC_URI = "cvs://readonly:readonly@cvs.kaffe.org/cvs/kaffe;module=kaffe"
S = "${WORKDIR}/kaffe"

include kaffe.inc

inherit native

EXTRA_OECONF += " --without-classpath-gtk-awt \
	--disable-native-awt \
	--disable-sound \
	--without-x \
	--without-kaffe-x-awt \
	--disable-debug \
	--disable-gcj"

do_stage() {
	install -m 0755 kaffe/kaffeh/kaffeh ${STAGING_BINDIR}/
}