diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-02-05 10:16:57 +0800 |
|---|---|---|
| committer | Maxin B. John <maxin.john@intel.com> | 2016-02-05 18:16:06 +0200 |
| commit | 6fb7d0eb6141ae90dfadeed0b36950e4d576804e (patch) | |
| tree | 8b608ab0c501fc8f5a77c897cb147c52098a4b2e | |
| parent | b7fe60a8e23664b3c637fa913ccdcfd0c122487e (diff) | |
| download | meta-java-6fb7d0eb6141ae90dfadeed0b36950e4d576804e.tar.gz | |
jikes: fix the license name
The license is: IBM Public License Version 1.0
and it is named IPL-1.0 instead of IBM in common-licenses.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
| -rw-r--r-- | recipes-core/jikes/jikes_1.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb index c05b0f6..0c33118 100644 --- a/recipes-core/jikes/jikes_1.22.bb +++ b/recipes-core/jikes/jikes_1.22.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Java compiler adhering to language and VM specifications" | |||
| 2 | HOMEPAGE = "http://jikes.sourceforge.net/" | 2 | HOMEPAGE = "http://jikes.sourceforge.net/" |
| 3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| 5 | LICENSE = "IBM" | 5 | LICENSE = "IPL-1.0" |
| 6 | LIC_FILES_CHKSUM = " \ | 6 | LIC_FILES_CHKSUM = " \ |
| 7 | file://COPYING;md5=2d52359fd0d8f0c3e371e4cd19b213c0 \ | 7 | file://COPYING;md5=2d52359fd0d8f0c3e371e4cd19b213c0 \ |
| 8 | file://doc/license.htm;md5=43506e48033a385dc0936f620ae2c745 \ | 8 | file://doc/license.htm;md5=43506e48033a385dc0936f620ae2c745 \ |
