summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-02-05 10:16:57 +0800
committerMaxin B. John <maxin.john@intel.com>2016-02-05 18:16:06 +0200
commit6fb7d0eb6141ae90dfadeed0b36950e4d576804e (patch)
tree8b608ab0c501fc8f5a77c897cb147c52098a4b2e
parentb7fe60a8e23664b3c637fa913ccdcfd0c122487e (diff)
downloadmeta-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.bb2
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"
2HOMEPAGE = "http://jikes.sourceforge.net/" 2HOMEPAGE = "http://jikes.sourceforge.net/"
3PRIORITY = "optional" 3PRIORITY = "optional"
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "IBM" 5LICENSE = "IPL-1.0"
6LIC_FILES_CHKSUM = " \ 6LIC_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 \