summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-10-12 13:04:54 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-10-14 17:07:03 +0200
commit1da673422f494a9148542df321798ff1fe3e83ae (patch)
tree97c794b03768c54fa029ea38005602d5dd5e4196 /recipes-core/classpath
parentda13c12203a4ba9020d7083861c0038c8ee67c88 (diff)
downloadmeta-java-1da673422f494a9148542df321798ff1fe3e83ae.tar.gz
classpath: avoid picking up gmp.h from the host
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
index 4c3174b..1a8093e 100644
--- a/recipes-core/classpath/classpath.inc
+++ b/recipes-core/classpath/classpath.inc
@@ -21,7 +21,7 @@ RPROVIDES_${PN} = "${PBN}"
21RPROVIDES_${PN}-common = "${PBN}-common" 21RPROVIDES_${PN}-common = "${PBN}-common"
22RPROVIDES_${PN}-gtk = "${PBN}-awt" 22RPROVIDES_${PN}-gtk = "${PBN}-awt"
23 23
24PR = "r0" 24PR = "r1"
25 25
26SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 26SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
27 27
@@ -37,6 +37,7 @@ EXTRA_OECONF = "\
37 --with-vm=java \ 37 --with-vm=java \
38 --disable-Werror \ 38 --disable-Werror \
39 --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \ 39 --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \
40 --with-gmp=${STAGING_LIBDIR}/.. \
40 --disable-alsa \ 41 --disable-alsa \
41 --disable-dssi \ 42 --disable-dssi \
42 --disable-qt4-peer \ 43 --disable-qt4-peer \