From 55f9ccff047e743b2a029dd9fd8629011884d90b Mon Sep 17 00:00:00 2001 From: Lukas Elsner Date: Sun, 12 Jan 2014 00:08:16 +0100 Subject: fixed checksum of LICENSE files --- recipes-core/ecj/ecj-bootstrap-native.bb | 2 +- recipes-core/jikes/jikes-initial.bb | 4 +++- recipes-core/jlex/jlex_1.2.6.bb | 2 +- 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" HOMEPAGE = "http://www.eclipse.org/" SECTION = "devel" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ " PR = "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 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" DEPENDS = "jikes-native classpath-initial" + + S = "${WORKDIR}" inherit 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 @@ DESCRIPTION = "Lexical analyzer generator for Java" AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" LICENSE = "JLEX" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ " -- cgit v1.2.3-54-g00ecf From 55a9c38e4ba983b9488203d68aae1dc717e62678 Mon Sep 17 00:00:00 2001 From: Lukas Elsner Date: Thu, 16 Jan 2014 13:18:06 +0100 Subject: removed extra white space lines --- recipes-core/jikes/jikes-initial.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-core/jikes/jikes-initial.bb b/recipes-core/jikes/jikes-initial.bb index 77eb686..4e6e870 100644 --- a/recipes-core/jikes/jikes-initial.bb +++ b/recipes-core/jikes/jikes-initial.bb @@ -3,8 +3,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" DEPENDS = "jikes-native classpath-initial" - - S = "${WORKDIR}" inherit native -- cgit v1.2.3-54-g00ecf