summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes
diff options
context:
space:
mode:
authorLukas Elsner <open@mindrunner.de>2014-01-12 00:08:16 +0100
committerLukas Elsner <open@mindrunner.de>2014-01-12 00:08:16 +0100
commit55f9ccff047e743b2a029dd9fd8629011884d90b (patch)
tree81b13212095ffe67913effabcfa2209120135810 /recipes-core/jikes
parent9dfb7ecb87e67052e94641d6e02907c582264217 (diff)
downloadmeta-java-55f9ccff047e743b2a029dd9fd8629011884d90b.tar.gz
fixed checksum of LICENSE files
Diffstat (limited to 'recipes-core/jikes')
-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