summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes/jikes-initial.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jikes/jikes-initial.bb')
-rw-r--r--recipes-core/jikes/jikes-initial.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/jikes/jikes-initial.bb b/recipes-core/jikes/jikes-initial.bb
index b07a5e3..77eb686 100644
--- a/recipes-core/jikes/jikes-initial.bb
+++ b/recipes-core/jikes/jikes-initial.bb
@@ -1,8 +1,10 @@
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=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
4DEPENDS = "jikes-native classpath-initial" 4DEPENDS = "jikes-native classpath-initial"
5 5
6
7
6S = "${WORKDIR}" 8S = "${WORKDIR}"
7 9
8inherit native 10inherit native