summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-26 16:09:47 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-26 18:31:20 -0300
commitecd8de1d8a26f3c46a282aafdc48504a31e61e5c (patch)
tree8b1da128ef829daaba00c828a9a32418324350bf /recipes-core/classpath
parent3e5d59227c1370ca7ec5c5eb62af431699cd855c (diff)
downloadmeta-java-ecd8de1d8a26f3c46a282aafdc48504a31e61e5c.tar.gz
Revert "Don't depend on a hardcoded compiler"
This reverts commit 15ed9662e26ed4ac8d843fb9d2335a49a9c03088. The change has break external builds causing build failures. The change here needs to be revisited to avoid the breakages and than re-applied. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath-native_0.99.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb
index cf297d9..02951b9 100644
--- a/recipes-core/classpath/classpath-native_0.99.bb
+++ b/recipes-core/classpath/classpath-native_0.99.bb
@@ -1,7 +1,7 @@
1require classpath-native.inc 1require classpath-native.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" 3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
4DEPENDS += "virtual/javac-native" 4DEPENDS += "ecj-initial-native"
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7