midpath: Use virtual/javac-native instead of ecj-native.
authorRobert Schuster <thebohemian@gmx.net>
Mon, 14 Jan 2008 07:33:25 +0000 (07:33 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Mon, 14 Jan 2008 07:33:25 +0000 (07:33 +0000)
packages/midpath/midpath.inc

index 33793bf..9fa8fac 100644 (file)
@@ -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"