From patchwork Fri Oct 12 13:04:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-java] classpath: avoid picking up gmp.h from the host Date: Fri, 12 Oct 2012 13:04:54 -0000 From: Jan Luebbe X-Patchwork-Id: 38119 Message-Id: <1350047094-19611-1-git-send-email-jlu@pengutronix.de> To: openembedded-devel@lists.openembedded.org Cc: Jan Luebbe Signed-off-by: Jan Luebbe --- recipes-core/classpath/classpath.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \