summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/classpath/classpath-native.inc')
-rw-r--r--recipes-core/classpath/classpath-native.inc25
1 files changed, 11 insertions, 14 deletions
diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc
index 6a56337..b1de458 100644
--- a/recipes-core/classpath/classpath-native.inc
+++ b/recipes-core/classpath/classpath-native.inc
@@ -1,6 +1,7 @@
1SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent programs" 1SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent programs"
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3LICENSE = "GPL-2.0 & SAX-PD" 3LICENSE = "GPL-2.0 & SAX-PD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
4 5
5DEPENDS = "fastjar-native zip-native" 6DEPENDS = "fastjar-native zip-native"
6 7
@@ -14,17 +15,13 @@ export JAVA="${STAGING_BINDIR_NATIVE}/java-initial"
14export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" 15export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
15export JAVACFLAGS="-nowarn" 16export JAVACFLAGS="-nowarn"
16 17
17EXTRA_OECONF = " \ 18EXTRA_OECONF = "\
18 --with-glibj \ 19 --with-glibj \
19 --enable-local-sockets \ 20 --disable-Werror \
20 --disable-Werror \ 21 --disable-alsa \
21 --disable-alsa \ 22 --disable-gconf-peer \
22 --disable-gconf-peer \ 23 --disable-gtk-peer \
23 --disable-gtk-peer \ 24 --disable-plugin \
24 --disable-plugin \ 25 --disable-dssi \
25 --disable-dssi \ 26 --disable-examples \
26 --disable-gjdoc \ 27"
27 --disable-examples \
28 --enable-tools \
29 --includedir=${STAGING_INCDIR}/classpath \
30 "