summaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-22 19:40:46 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:36:24 +0100
commit7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (patch)
tree5a689f81075c01b7fa2f80c51be31747ec25d9c3 /recipes-core/rhino
parentfe6f342de963a55f565dfdbb7de20d29977b4ad1 (diff)
downloadmeta-java-7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c.tar.gz
rhino: Correctly specify the LICENSE field
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/rhino')
-rw-r--r--recipes-core/rhino/rhino_1.7r2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/rhino/rhino_1.7r2.bb b/recipes-core/rhino/rhino_1.7r2.bb
index 3a3f553..fccdfe8 100644
--- a/recipes-core/rhino/rhino_1.7r2.bb
+++ b/recipes-core/rhino/rhino_1.7r2.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1DESCRIPTION = "Lexical analyzer generator for Java"
2LICENSE = "GPL MPL" 2LICENSE = "GPL-2.0 MPL-1.1"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8ba559ba419681dbf8280b6721df0af" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8ba559ba419681dbf8280b6721df0af"
4 4
5BBCLASSEXTEND = "native" 5BBCLASSEXTEND = "native"