From 1da673422f494a9148542df321798ff1fe3e83ae Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Fri, 12 Oct 2012 13:04:54 +0000 Subject: classpath: avoid picking up gmp.h from the host Signed-off-by: Jan Luebbe Signed-off-by: Henning Heinold --- recipes-core/classpath/classpath.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/classpath') 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}" RPROVIDES_${PN}-common = "${PBN}-common" RPROVIDES_${PN}-gtk = "${PBN}-awt" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" @@ -37,6 +37,7 @@ EXTRA_OECONF = "\ --with-vm=java \ --disable-Werror \ --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \ + --with-gmp=${STAGING_LIBDIR}/.. \ --disable-alsa \ --disable-dssi \ --disable-qt4-peer \ -- cgit v1.2.3-54-g00ecf