blob: 826c5a94799989e20b92327228c6668a9b813715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
require classpath.inc
PR = "r6"
SRC_URI += "\
file://gjar-prefix-patch.diff;patch=1;pnum=0 \
file://xmlstream-fix.patch;patch=1;pnum=0 \
"
PROVIDES = "${PN} classpath"
EXTRA_OECONF += "\
--enable-local-sockets \
--disable-alsa \
--disable-gconf-peer \
--disable-gtk-peer \
--disable-plugin \
--disable-dssi \
--disable-examples \
"
CPPACKAGES = "${PBN}-common ${PBN}-tools"
|