summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-02-05 10:17:00 +0800
committerMaxin B. John <maxin.john@intel.com>2016-02-05 18:17:32 +0200
commitdaffc551640007cf87a883935fa9add773c15ed8 (patch)
tree1305552a8bda5a9d23739d63677d61098387f545 /recipes-core
parent477d5c8c610e51bb3a7cd3b578935cf662aeef46 (diff)
downloadmeta-java-daffc551640007cf87a883935fa9add773c15ed8.tar.gz
jlex: fix the license and add JLEX license file
The license statement is in the middle of source file Main.java, it's not correct to referrence the COREBASE MIT license in LIC_FILES_CHKSUM. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/jlex/jlex_1.2.6.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb
index 4dbe63e..bb67a46 100644
--- a/recipes-core/jlex/jlex_1.2.6.bb
+++ b/recipes-core/jlex/jlex_1.2.6.bb
@@ -1,9 +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=4d92cd373abda3937c2bc47fbc49d690 \ 4LIC_FILES_CHKSUM = "file://Main.java;beginline=148;endline=166;md5=9bf4a6a951053991db64f9d7330d648a"
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
6 "
7 5
8RDEPENDS_${PN} = "java2-runtime" 6RDEPENDS_${PN} = "java2-runtime"
9RDEPENDS_${PN}_virtclass-native = "" 7RDEPENDS_${PN}_virtclass-native = ""