summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jikes')
-rw-r--r--recipes-core/jikes/jikes-initial-native.bb (renamed from recipes-core/jikes/jikes-initial.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jikes/jikes-initial.bb b/recipes-core/jikes/jikes-initial-native.bb
index 4e6e870..239dea3 100644
--- a/recipes-core/jikes/jikes-initial.bb
+++ b/recipes-core/jikes/jikes-initial-native.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" 1SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
4DEPENDS = "jikes-native classpath-initial" 4DEPENDS = "jikes-native classpath-initial-native"
5 5
6S = "${WORKDIR}" 6S = "${WORKDIR}"
7 7