diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-11-12 20:58:34 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-11-26 23:41:44 +0100 |
commit | 57e069cde6617f00ca8834a82c6f360af43d5067 (patch) | |
tree | 48cbe15e96d217c45acfa64b0c13aad8c6424980 /recipes-core/classpath/classpath-initial_0.93.bb | |
download | meta-java-57e069cde6617f00ca8834a82c6f360af43d5067.tar.gz |
meta-java: initial commit
* taken over mostly stuff from oe classic
* cleaned up recipes
* added license checksums
* bump icedtea6-native to 1.8.11
* use jamvm from git as native
Diffstat (limited to 'recipes-core/classpath/classpath-initial_0.93.bb')
-rw-r--r-- | recipes-core/classpath/classpath-initial_0.93.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath-initial_0.93.bb b/recipes-core/classpath/classpath-initial_0.93.bb new file mode 100644 index 0000000..77831c1 --- /dev/null +++ b/recipes-core/classpath/classpath-initial_0.93.bb | |||
@@ -0,0 +1,37 @@ | |||
1 | # No later version of Classpath may be used because this is the latest that can be compiled | ||
2 | # by jikes! | ||
3 | |||
4 | require classpath-native.inc | ||
5 | |||
6 | DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native." | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" | ||
8 | |||
9 | DEPENDS = "zip-native fastjar-native jikes-native gettext-native" | ||
10 | |||
11 | SRC_URI += " \ | ||
12 | file://autotools.patch \ | ||
13 | file://miscompilation.patch \ | ||
14 | " | ||
15 | |||
16 | EXTRA_OECONF = " \ | ||
17 | --with-jikes=jikes \ | ||
18 | --with-fastjar=fastjar \ | ||
19 | --with-glibj \ | ||
20 | --disable-Werror \ | ||
21 | --disable-local-sockets \ | ||
22 | --disable-alsa \ | ||
23 | --disable-gconf-peer \ | ||
24 | --disable-gtk-peer \ | ||
25 | --disable-plugin \ | ||
26 | --disable-dssi \ | ||
27 | --disable-examples \ | ||
28 | --disable-tools \ | ||
29 | --with-glibj-dir=${STAGING_DATADIR_NATIVE}/classpath-initial \ | ||
30 | --with-native-libdir=${STAGING_LIBDIR_NATIVE}/classpath-initial \ | ||
31 | --includedir=${STAGING_INCDIR_NATIVE}/classpath-initial \ | ||
32 | --with-vm=java \ | ||
33 | " | ||
34 | |||
35 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" | ||
36 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" | ||
37 | |||