libgcrypt: update to 1.4.6
[openembedded.git] / recipes / classpath / classpath-minimal_0.96.1.bb
1 require classpath.inc
2
3 PR = "r7"
4
5 SRC_URI += "\
6   file://gjar-prefix-patch.diff;patch=1;pnum=0 \
7   file://xmlstream-fix.patch;patch=1;pnum=0 \
8   "
9
10 PROVIDES = "${PN} classpath"
11
12 EXTRA_OECONF += "\
13                 --enable-local-sockets \
14                 --disable-alsa \
15                 --disable-gconf-peer \
16                 --disable-gtk-peer \
17                 --disable-plugin \
18                 --disable-dssi \
19                 --disable-examples \
20                "
21
22 CPPACKAGES = "${PBN}-common ${PBN}-tools"