diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-08-22 19:40:46 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-11-22 18:36:24 +0100 |
commit | 7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (patch) | |
tree | 5a689f81075c01b7fa2f80c51be31747ec25d9c3 /recipes-core | |
parent | fe6f342de963a55f565dfdbb7de20d29977b4ad1 (diff) | |
download | meta-java-7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c.tar.gz |
rhino: Correctly specify the LICENSE field
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/rhino/rhino_1.7r2.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "Lexical analyzer generator for Java" | 1 | DESCRIPTION = "Lexical analyzer generator for Java" |
2 | LICENSE = "GPL MPL" | 2 | LICENSE = "GPL-2.0 MPL-1.1" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8ba559ba419681dbf8280b6721df0af" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8ba559ba419681dbf8280b6721df0af" |
4 | 4 | ||
5 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native" |