From f926060e424f1732296b30de2e21a35f6d2f662f Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Mon, 14 Jan 2008 07:33:25 +0000 Subject: midpath: Use virtual/javac-native instead of ecj-native. --- packages/midpath/midpath.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/midpath') 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" -- cgit v1.2.3