gnumeric: disable PARALLEL_MAKE close bug# 3500
[vuplus_openembedded] / packages / classpath / classpath-native.inc
1 DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs"
2 HOMEPAGE = "http://www.gnu.org/software/classpath/"
3 LICENSE = "Classpath"
4
5 S = "${WORKDIR}/classpath-${PV}"
6
7 SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
8           
9
10 DEPENDS = "ecj-initial fastjar-native zip-native gettext-native"
11
12 inherit autotools native
13
14
15 do_configure_prepend () {
16
17         cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}
18 }
19
20 export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
21
22 # Note: the --with-ecj options seems redundant but is
23 # for compatibility with older classpath versions.
24 EXTRA_OECONF = "\
25   --with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
26   --with-glibj \
27   --with-fastjar=fastjar \
28   --enable-local-sockets \
29   --disable-alsa \
30   --disable-gconf-peer \
31   --disable-gtk-peer \
32   --disable-plugin \
33   --disable-dssi \
34   --enable-examples \
35   --enable-tools \
36   --includedir=${STAGING_INCDIR}/classpath \
37   --with-vm=java \
38   "
39
40 do_stage() {
41         oe_runmake install
42 }