blob: 947865ff7741301f05079e79600d5363e2d00383 (
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
FILE_PR = "r7"
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"
|