blob: 0eeed7f9123fcc11d6ad34499c8b490e1a351d29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PV = "1.1.5+cvs${CVSDATE}"
DEFAULT_PREFERENCE = "-1"
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}/
}
|