aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath/classpath-minimal_0.97.bb
blob: 7a442269401b078b5dfc7ab64b28c7e800f8a53d (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

SRC_URI += "\
  file://xmlstream-fix.patch;patch=1;pnum=0 \
  "

PR = "r1"

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"