diff options
author | Henning Heinold <henning@itconsulting-heinold.de> | 2014-02-09 00:29:53 +0100 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-02-09 00:29:53 +0100 |
commit | dfa5afe97edda94b4b7cd973c8084f0a108b9d19 (patch) | |
tree | 352fae8ed798673706171d74c672b08d0d7584de | |
parent | 9dfb7ecb87e67052e94641d6e02907c582264217 (diff) | |
parent | 55a9c38e4ba983b9488203d68aae1dc717e62678 (diff) | |
download | meta-java-dfa5afe97edda94b4b7cd973c8084f0a108b9d19.tar.gz |
Merge pull request #51 from mindrunner/master
fixed checksum of LICENSE files
-rw-r--r-- | recipes-core/ecj/ecj-bootstrap-native.bb | 2 | ||||
-rw-r--r-- | recipes-core/jikes/jikes-initial.bb | 2 | ||||
-rw-r--r-- | recipes-core/jlex/jlex_1.2.6.bb | 2 |
3 files changed, 3 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" | |||
7 | HOMEPAGE = "http://www.eclipse.org/" | 7 | HOMEPAGE = "http://www.eclipse.org/" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 10 | LIC_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 | " |
13 | PR = "r1" | 13 | PR = "r1" |
diff --git a/recipes-core/jikes/jikes-initial.bb b/recipes-core/jikes/jikes-initial.bb index b07a5e3..4e6e870 100644 --- a/recipes-core/jikes/jikes-initial.bb +++ b/recipes-core/jikes/jikes-initial.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" | 1 | SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" |
4 | DEPENDS = "jikes-native classpath-initial" | 4 | DEPENDS = "jikes-native classpath-initial" |
5 | 5 | ||
6 | S = "${WORKDIR}" | 6 | S = "${WORKDIR}" |
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 @@ | |||
1 | DESCRIPTION = "Lexical analyzer generator for Java" | 1 | DESCRIPTION = "Lexical analyzer generator for Java" |
2 | AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" | 2 | AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" |
3 | LICENSE = "JLEX" | 3 | LICENSE = "JLEX" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_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 | ||