From: Robert Schuster Date: Sun, 27 Jul 2008 15:34:08 +0000 (+0000) Subject: disapproval of revision 'ff3cafe77c935d7b92703d6844722054ef7f9774' X-Git-Tag: Release-2010-05/1~6452^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d91ed512d248d832e385c40db6f31d0886dabe;p=openembedded.git disapproval of revision 'ff3cafe77c935d7b92703d6844722054ef7f9774' --- diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc index 310ca3c3af..bb5abaf178 100644 --- a/packages/classpath/classpath-native.inc +++ b/packages/classpath/classpath-native.inc @@ -10,10 +10,6 @@ DEPENDS = "ecj-initial fastjar-native zip-native" inherit autotools native -# Newer versions expect setting the compiler through this -# environment variable. -export JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial - EXTRA_OECONF = "\ --with-glibj \ --with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \ diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index 0ea5d36f33..cfb9f1c089 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -20,13 +20,9 @@ SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" S = "${WORKDIR}/${PBN}-${PV}" -# Newer versions expect setting the compiler through this -# environment variable. -export JAVAC=${STAGING_BINDIR_NATIVE}/javac - EXTRA_OECONF = "\ --with-glibj \ - --with-ecj=${STAGING_BINDIR_NATIVE}/javac \ + --with-ecj=javac \ --with-fastjar=fastjar \ --includedir=${includedir}/classpath \ --with-vm=java \