[oe-commits] org.oe.dev midpath: Use virtual/javac-native instead of ecj-native.

thebohemian commit openembedded-commits at lists.openembedded.org
Mon Jan 14 08:06:38 UTC 2008


midpath: Use virtual/javac-native instead of ecj-native.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 396d43c9459edaab2f04c5dd3825de0391fc1b73
ViewMTN: http://monotone.openembedded.org/revision/info/396d43c9459edaab2f04c5dd3825de0391fc1b73
Files:
1
packages/midpath/midpath.inc
Diffs:

#
# mt diff -r1ccc031525108c90a7b7bb81f5d84142dc95cfe0 -r396d43c9459edaab2f04c5dd3825de0391fc1b73
#
# 
# 
# patch "packages/midpath/midpath.inc"
#  from [e9d8c24f154d72d1d4847d255e9e58c8dc1bb7d1]
#    to [5390ede5a215319620bb1df840e3383b3308e5be]
# 
============================================================
--- packages/midpath/midpath.inc	e9d8c24f154d72d1d4847d255e9e58c8dc1bb7d1
+++ packages/midpath/midpath.inc	5390ede5a215319620bb1df840e3383b3308e5be
@@ -9,9 +9,9 @@ S = "${WORKDIR}/midpath-${PV}"
 
 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"
 






More information about the Openembedded-commits mailing list