diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-01-14 14:06:24 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-14 14:06:24 +0000 |
| commit | ef9bb6be18022cc530a4a11200c0221ebe69f4e2 (patch) | |
| tree | 2c075de79dc567bce36ba1aece39e700d5163eea /packages/midpath | |
| parent | 353324b0aecdf5aa178ece1bc5549c791350cefe (diff) | |
| parent | d3a4f7da3ca9d8194c9e10e5e858bbba52d8e704 (diff) | |
merge of '6104c95bf5e75fc92d17f6e04a7c37a6efbb147f'
and 'f7a565e7e910cea46808ec61590556a6b97dff74'
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" |
