summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-02-17 10:57:12 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-17 10:53:34 -0200
commitfd8924e7289834f056e54e3bebf0272b8b30c0c1 (patch)
tree579ca5c5fc5f1582e730a132242b3f8f939f0eb5 /recipes-core/xml-commons
parent99a92881cd0df264eb4ed0654516fe43569e3f51 (diff)
downloadmeta-java-fd8924e7289834f056e54e3bebf0272b8b30c0c1.tar.gz
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 <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/jaxme_0.5.2.bb4
-rw-r--r--recipes-core/xml-commons/xom_1.1.bb3
-rw-r--r--recipes-core/xml-commons/xpp2_2.1.10.bb2
-rw-r--r--recipes-core/xml-commons/xpp3_1.1.3.4.O.bb1
4 files changed, 6 insertions, 4 deletions
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 @@
1DESCRIPTION = "Implementation of the JAXB API" 1DESCRIPTION = "Implementation of the JAXB API"
2LICENSE = "AL2.0" 2LICENSE = "Apache-2.0"
3 3LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
4AUTHOR = "Apache Software Foundation" 4AUTHOR = "Apache Software Foundation"
5HOMEPAGE = "http://ws.apache.org/jaxme" 5HOMEPAGE = "http://ws.apache.org/jaxme"
6 6
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 @@
1DESCRIPTION = "Tree-based API for processing XML with Java" 1DESCRIPTION = "Tree-based API for processing XML with Java"
2LICENSE = "LGPL" 2LICENSE = "LGPL-2.1"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=456080cf80cd56d4d58118c1d10d824f"
3 4
4HOMEPAGE = "http://xom.nu" 5HOMEPAGE = "http://xom.nu"
5 6
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 @@
1DESCRIPTION = "Streaming pull XML parser for java" 1DESCRIPTION = "Streaming pull XML parser for java"
2LICENSE = "BSD-like" 2LICENSE = "BSD-like"
3 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6"
4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" 4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/"
5 5
6SRC_URI = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz" 6SRC_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 @@
1DESCRIPTION = "Streaming pull XML parser for Java (3rd edition)" 1DESCRIPTION = "Streaming pull XML parser for Java (3rd edition)"
2LICENSE = "BSD-like" 2LICENSE = "BSD-like"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c"
3 4
4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" 5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1"
5 6