From fd8924e7289834f056e54e3bebf0272b8b30c0c1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 17 Feb 2015 10:57:12 +0100 Subject: licence: add missing LIC_FILES_CHKSUM While at it change the LICENSE string to the oe one if applicable. e.g. AL-2.0 -> Apache-2.0 Signed-off-by: Max Krummenacher Signed-off-by: Otavio Salvador --- recipes-core/xml-commons/jaxme_0.5.2.bb | 4 ++-- recipes-core/xml-commons/xom_1.1.bb | 3 ++- recipes-core/xml-commons/xpp2_2.1.10.bb | 2 +- recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb index 65b406e..b4ec750 100644 --- a/recipes-core/xml-commons/jaxme_0.5.2.bb +++ b/recipes-core/xml-commons/jaxme_0.5.2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Implementation of the JAXB API" -LICENSE = "AL2.0" - +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" AUTHOR = "Apache Software Foundation" HOMEPAGE = "http://ws.apache.org/jaxme" diff --git a/recipes-core/xml-commons/xom_1.1.bb b/recipes-core/xml-commons/xom_1.1.bb index 56701b2..7405dab 100644 --- a/recipes-core/xml-commons/xom_1.1.bb +++ b/recipes-core/xml-commons/xom_1.1.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Tree-based API for processing XML with Java" -LICENSE = "LGPL" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=456080cf80cd56d4d58118c1d10d824f" HOMEPAGE = "http://xom.nu" diff --git a/recipes-core/xml-commons/xpp2_2.1.10.bb b/recipes-core/xml-commons/xpp2_2.1.10.bb index 54d69f4..d3baca4 100644 --- a/recipes-core/xml-commons/xpp2_2.1.10.bb +++ b/recipes-core/xml-commons/xpp2_2.1.10.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Streaming pull XML parser for java" LICENSE = "BSD-like" - +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" SRC_URI = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz" diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb index b87cccd..bedb8a9 100644 --- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb +++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Streaming pull XML parser for Java (3rd edition)" LICENSE = "BSD-like" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" -- cgit v1.2.3-54-g00ecf