diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:25 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:25 +0000 |
commit | f926060e424f1732296b30de2e21a35f6d2f662f (patch) | |
tree | b71fa747e261a7e0aafd79b1136aa663e7c5f046 /packages/midpath | |
parent | a16a829c4ef2335c75ff45591c71b891e2a4ebe8 (diff) |
midpath: Use virtual/javac-native instead of ecj-native.
Diffstat (limited to 'packages/midpath')
-rw-r--r-- | packages/midpath/midpath.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" |