From daffc551640007cf87a883935fa9add773c15ed8 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 5 Feb 2016 10:17:00 +0800 Subject: 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 Signed-off-by: Maxin B. John --- recipes-core/jlex/jlex_1.2.6.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-core') 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 @@ DESCRIPTION = "Lexical analyzer generator for Java" AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" LICENSE = "JLEX" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ - " +LIC_FILES_CHKSUM = "file://Main.java;beginline=148;endline=166;md5=9bf4a6a951053991db64f9d7330d648a" RDEPENDS_${PN} = "java2-runtime" RDEPENDS_${PN}_virtclass-native = "" -- cgit v1.2.3-54-g00ecf