[oe] [meta-java][PATCH 1/5] jikes: fix the license name

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Feb 5 02:16:57 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

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 at windriver.com>
---
 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 \
-- 
1.9.1




More information about the Openembedded-devel mailing list