aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-initial_0.93.bb
blob: 77831c172005da062832b8954ba99b0f8546a983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# No later version of Classpath may be used because this is the latest that can be compiled
# by jikes!

require classpath-native.inc

DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native."
LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"

DEPENDS = "zip-native fastjar-native jikes-native gettext-native"

SRC_URI += " \
	    file://autotools.patch \
	    file://miscompilation.patch \
	   "

EXTRA_OECONF = " \
                --with-jikes=jikes \
                --with-fastjar=fastjar \
                --with-glibj \
                --disable-Werror \
                --disable-local-sockets \
                --disable-alsa \
                --disable-gconf-peer \
                --disable-gtk-peer \
                --disable-plugin \
                --disable-dssi \
                --disable-examples \
                --disable-tools \
                --with-glibj-dir=${STAGING_DATADIR_NATIVE}/classpath-initial \
                --with-native-libdir=${STAGING_LIBDIR_NATIVE}/classpath-initial \
                --includedir=${STAGING_INCDIR_NATIVE}/classpath-initial \
                --with-vm=java \
              "

SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d"
SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945"