summaryrefslogtreecommitdiffstats
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
parent9dfb7ecb87e67052e94641d6e02907c582264217 (diff)
downloadmeta-java-55f9ccff047e743b2a029dd9fd8629011884d90b.tar.gz
fixed checksum of LICENSE files
-rw-r--r--recipes-core/ecj/ecj-bootstrap-native.bb2
-rw-r--r--recipes-core/jikes/jikes-initial.bb4
-rw-r--r--recipes-core/jlex/jlex_1.2.6.bb2
3 files changed, 5 insertions, 3 deletions
diff --git a/recipes-core/ecj/ecj-bootstrap-native.bb b/recipes-core/ecj/ecj-bootstrap-native.bb
index dded41b..c9be269 100644
--- a/recipes-core/ecj/ecj-bootstrap-native.bb
+++ b/recipes-core/ecj/ecj-bootstrap-native.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant"
7HOMEPAGE = "http://www.eclipse.org/" 7HOMEPAGE = "http://www.eclipse.org/"
8SECTION = "devel" 8SECTION = "devel"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 10LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
11 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ 11 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
12 " 12 "
13PR = "r1" 13PR = "r1"
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
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb
index 5282980..4dbe63e 100644
--- a/recipes-core/jlex/jlex_1.2.6.bb
+++ b/recipes-core/jlex/jlex_1.2.6.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1DESCRIPTION = "Lexical analyzer generator for Java"
2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" 2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian"
3LICENSE = "JLEX" 3LICENSE = "JLEX"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ 5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
6 " 6 "
7 7