From 6fb7d0eb6141ae90dfadeed0b36950e4d576804e Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 5 Feb 2016 10:16:57 +0800 Subject: 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 Signed-off-by: Maxin B. John --- recipes-core/jikes/jikes_1.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" HOMEPAGE = "http://jikes.sourceforge.net/" PRIORITY = "optional" SECTION = "devel" -LICENSE = "IBM" +LICENSE = "IPL-1.0" LIC_FILES_CHKSUM = " \ file://COPYING;md5=2d52359fd0d8f0c3e371e4cd19b213c0 \ file://doc/license.htm;md5=43506e48033a385dc0936f620ae2c745 \ -- cgit v1.2.3-54-g00ecf