From: Robert Schuster Date: Mon, 14 Jan 2008 07:33:25 +0000 (+0000) Subject: midpath: Use virtual/javac-native instead of ecj-native. X-Git-Tag: Release-2010-05/1~7890^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f926060e424f1732296b30de2e21a35f6d2f662f;p=openembedded.git midpath: Use virtual/javac-native instead of ecj-native. --- diff --git a/packages/midpath/midpath.inc b/packages/midpath/midpath.inc index 33793bffd0..9fa8facf94 100644 --- a/packages/midpath/midpath.inc +++ b/packages/midpath/midpath.inc @@ -9,9 +9,9 @@ SRC_URI = "http://downloads.sourceforge.net/midpath/midpath-${PV}.tar.gz" S = "${WORKDIR}/midpath-${PV}" -DEPENDS = "ecj-native fastjar-native classpath-minimal" +DEPENDS = "virtual/javac-native fastjar-native classpath-minimal" -JAVAC_CMD = "${STAGING_BINDIR_NATIVE}/ecj" +JAVAC_CMD = "${STAGING_BINDIR_NATIVE}/javac" FASTJAR_CMD = "${STAGING_BINDIR_NATIVE}/fastjar"