summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-04-25 15:59:35 +0100
committerRichard Leitner <richard.leitner@skidata.com>2018-06-19 09:55:51 +0200
commitc99c748d587df0f1e294ecf817f1391b9175797e (patch)
tree3c974be45e3c4f08b78ac18091b0cbfe47d365da
parent428cf8dfb4df230aa1e33b2321356171d7f39950 (diff)
downloadmeta-java-c99c748d587df0f1e294ecf817f1391b9175797e.tar.gz
set SUMMARY instead of DESCRIPTION
Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) Signed-off-by: André Draszik <andre.draszik@jci.com> Tested-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/ant/ant-native_1.8.1.bb2
-rw-r--r--recipes-core/antlr/antlr_2.7.7.bb2
-rw-r--r--recipes-core/bcel/bcel_5.2.bb2
-rw-r--r--recipes-core/cacao/cacao-initial-native_0.98.bb2
-rw-r--r--recipes-core/cacao/cacao_1.6.1.bb2
-rw-r--r--recipes-core/classpath/classpath-native.inc2
-rw-r--r--recipes-core/classpath/classpath.inc2
-rw-r--r--recipes-core/classpathx/gnumail_1.1.2.bb2
-rw-r--r--recipes-core/cup/cup_0.10k.bb2
-rw-r--r--recipes-core/ecj/ecj-bootstrap-native.bb2
-rw-r--r--recipes-core/ecj/ecj-initial-native.bb2
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc4
-rw-r--r--recipes-core/fastjar/fastjar.inc2
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc2
-rw-r--r--recipes-core/jacl/jacl_1.4.1.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-cli_1.1.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-configuration_1.5.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-digester_1.8.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-discovery_0.4.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-el_1.0.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-jxpath_1.3.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-logging_1.1.1.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-net_1.4.1.bb2
-rw-r--r--recipes-core/jakarta-commons/commons-pool_1.4.bb2
-rw-r--r--recipes-core/jakarta-libs/bsf_2.4.0.bb2
-rw-r--r--recipes-core/jakarta-libs/oro_2.0.8.bb2
-rw-r--r--recipes-core/jakarta-libs/regexp_1.5.bb2
-rw-r--r--recipes-core/jamvm/jamvm.inc2
-rw-r--r--recipes-core/jcraft/jsch_0.1.40.bb2
-rw-r--r--recipes-core/jcraft/jzlib_1.0.7.bb2
-rw-r--r--recipes-core/jdepend/jdepend_2.9.1.bb2
-rw-r--r--recipes-core/jikes/jikes_1.22.bb2
-rw-r--r--recipes-core/jlex/jlex_1.2.6.bb2
-rw-r--r--recipes-core/junit/junit4_4.3.1.bb2
-rw-r--r--recipes-core/junit/junit_3.8.2.bb2
-rw-r--r--recipes-core/libmatthew/libmatthew.inc2
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc2
-rw-r--r--recipes-core/openjdk/openjdk-common.inc2
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb2
-rw-r--r--recipes-core/servlet-api/jsp2.0_5.5.26.bb2
-rw-r--r--recipes-core/servlet-api/servlet2.3_4.1.37.bb2
-rw-r--r--recipes-core/servlet-api/servlet2.4_5.5.26.bb2
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb2
-rw-r--r--recipes-core/xml-commons/jaxme_0.5.2.bb2
-rw-r--r--recipes-core/xml-commons/jaxp1.3_1.4.01.bb2
-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.bb2
-rw-r--r--recipes-extended/dbus/dbus-java_2.7.bb6
-rw-r--r--recipes-extended/hsqldb/hsqldb_1.8.0.10.bb2
-rw-r--r--recipes-extended/rxtx/rxtx_2.2.0.bb2
-rw-r--r--recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb2
51 files changed, 54 insertions, 54 deletions
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb
index be65d3b..5a39f42 100644
--- a/recipes-core/ant/ant-native_1.8.1.bb
+++ b/recipes-core/ant/ant-native_1.8.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Another Neat Tool - build system for Java" 1SUMMARY = "Another Neat Tool - build system for Java"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3HOMEPAGE = "http://ant.apache.org" 3HOMEPAGE = "http://ant.apache.org"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
diff --git a/recipes-core/antlr/antlr_2.7.7.bb b/recipes-core/antlr/antlr_2.7.7.bb
index 9d9d2d4..d2453a9 100644
--- a/recipes-core/antlr/antlr_2.7.7.bb
+++ b/recipes-core/antlr/antlr_2.7.7.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Framework for constructing recognizers, interpreters, compilers, and translators" 1SUMMARY = "Framework for constructing recognizers, interpreters, compilers, and translators"
2HOMEPAGE = "http://www.antlr2.org" 2HOMEPAGE = "http://www.antlr2.org"
3# see http://www.antlr2.org/license.html 3# see http://www.antlr2.org/license.html
4LICENSE = "PD" 4LICENSE = "PD"
diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb
index 89a9a61..1fa6d59 100644
--- a/recipes-core/bcel/bcel_5.2.bb
+++ b/recipes-core/bcel/bcel_5.2.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java Bytecode manipulation library" 1SUMMARY = "Java Bytecode manipulation library"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12"
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb
index caaf53c..8125e88 100644
--- a/recipes-core/cacao/cacao-initial-native_0.98.bb
+++ b/recipes-core/cacao/cacao-initial-native_0.98.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "CacaoVM for use as OpenEmbedded's Java VM" 1SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM"
2HOMEPAGE = "http://www.cacaojvm.org/" 2HOMEPAGE = "http://www.cacaojvm.org/"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb
index c380f56..1074ff5 100644
--- a/recipes-core/cacao/cacao_1.6.1.bb
+++ b/recipes-core/cacao/cacao_1.6.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "CacaoVM for use as OpenEmbedded's Java VM" 1SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM"
2HOMEPAGE = "http://www.cacaojvm.org/" 2HOMEPAGE = "http://www.cacaojvm.org/"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc
index dcc30d2..6a56337 100644
--- a/recipes-core/classpath/classpath-native.inc
+++ b/recipes-core/classpath/classpath-native.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" 1SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent programs"
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3LICENSE = "GPL-2.0 & SAX-PD" 3LICENSE = "GPL-2.0 & SAX-PD"
4 4
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
index 01f7a4f..e23b752 100644
--- a/recipes-core/classpath/classpath.inc
+++ b/recipes-core/classpath/classpath.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "GNU Classpath standard Java libraries" 1SUMMARY = "GNU Classpath standard Java libraries"
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3SECTION = "libs" 3SECTION = "libs"
4 4
diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb
index f5033c5..22d0405 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "GNU's free implementation of the JavaMail API specification" 1SUMMARY = "GNU's free implementation of the JavaMail API specification"
2AUTHOR = "GNU ClasspathX" 2AUTHOR = "GNU ClasspathX"
3LICENSE = "GPL-2.0-with-GCC-exception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4PR = "r1" 4PR = "r1"
diff --git a/recipes-core/cup/cup_0.10k.bb b/recipes-core/cup/cup_0.10k.bb
index afe5c38..7792c62 100644
--- a/recipes-core/cup/cup_0.10k.bb
+++ b/recipes-core/cup/cup_0.10k.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1SUMMARY = "Lexical analyzer generator for Java"
2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" 2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian"
3LICENSE = "CUP" 3LICENSE = "CUP"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33" 4LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33"
diff --git a/recipes-core/ecj/ecj-bootstrap-native.bb b/recipes-core/ecj/ecj-bootstrap-native.bb
index 2a52c99..874bd99 100644
--- a/recipes-core/ecj/ecj-bootstrap-native.bb
+++ b/recipes-core/ecj/ecj-bootstrap-native.bb
@@ -3,7 +3,7 @@
3# 3#
4# This recipe uses the jar created by libecj-bootstrap. 4# This recipe uses the jar created by libecj-bootstrap.
5 5
6DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant" 6SUMMARY = "JDT Core Batch Compiler - Bootstrap variant"
7HOMEPAGE = "http://www.eclipse.org/" 7HOMEPAGE = "http://www.eclipse.org/"
8SECTION = "devel" 8SECTION = "devel"
9LICENSE = "MIT" 9LICENSE = "MIT"
diff --git a/recipes-core/ecj/ecj-initial-native.bb b/recipes-core/ecj/ecj-initial-native.bb
index 1792390..d75b7a0 100644
--- a/recipes-core/ecj/ecj-initial-native.bb
+++ b/recipes-core/ecj/ecj-initial-native.bb
@@ -3,7 +3,7 @@
3 3
4# This variant runs on the initial (not Java5-compatible runtime). 4# This variant runs on the initial (not Java5-compatible runtime).
5 5
6DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant" 6SUMMARY = "JDT Core Batch Compiler - Bootstrap variant"
7HOMEPAGE = "http://www.eclipse.org/" 7HOMEPAGE = "http://www.eclipse.org/"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index 2cdb6e4..04425f4 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -1,6 +1,6 @@
1# This package compiles and stages only the Jar. 1# This package compiles and stages only the Jar
2 2
3DESCRIPTION = "JDT Core Batch Compiler - Jar only" 3SUMMARY = "JDT Core Batch Compiler - Jar only"
4HOMEPAGE = "http://www.eclipse.org/" 4HOMEPAGE = "http://www.eclipse.org/"
5LICENSE = "EPL-1.0" 5LICENSE = "EPL-1.0"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6"
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
index e52764c..2a40e3c 100644
--- a/recipes-core/fastjar/fastjar.inc
+++ b/recipes-core/fastjar/fastjar.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "jar replacement written in C." 1SUMMARY = "jar replacement written in C."
2HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/" 2HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
3SECTION = "devel" 3SECTION = "devel"
4PRIORITY = "optional" 4PRIORITY = "optional"
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 2c9fa92..93463be 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" 1SUMMARY = "Harness to build the source code from OpenJDK using Free Software build tools"
2HOMEPAGE = "http://icedtea.classpath.org" 2HOMEPAGE = "http://icedtea.classpath.org"
3LICENSE = "GPL-2.0-with-classpath-exception" 3LICENSE = "GPL-2.0-with-classpath-exception"
4INC_PR = "r1" 4INC_PR = "r1"
diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb
index 4c6b7b1..d510cc8 100644
--- a/recipes-core/jacl/jacl_1.4.1.bb
+++ b/recipes-core/jacl/jacl_1.4.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Tcl interpreter for Java" 1SUMMARY = "Tcl interpreter for Java"
2LICENSE = "UCB & SUN & AMD & CDS" 2LICENSE = "UCB & SUN & AMD & CDS"
3LIC_FILES_CHKSUM = " \ 3LIC_FILES_CHKSUM = " \
4 file://license.ucb;md5=997c6617d2f2a747e39945c0f2d1a264 \ 4 file://license.ucb;md5=997c6617d2f2a747e39945c0f2d1a264 \
diff --git a/recipes-core/jakarta-commons/commons-cli_1.1.bb b/recipes-core/jakarta-commons/commons-cli_1.1.bb
index 68ba187..a87097b 100644
--- a/recipes-core/jakarta-commons/commons-cli_1.1.bb
+++ b/recipes-core/jakarta-commons/commons-cli_1.1.bb
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a944942e1496af1886903d274dedb13"
3 3
4PR = "${INC_PR}.1" 4PR = "${INC_PR}.1"
5 5
6DESCRIPTION = "Java argument parsing helper classes" 6SUMMARY = "Java argument parsing helper classes"
7 7
8SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" 8SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz"
9 9
diff --git a/recipes-core/jakarta-commons/commons-configuration_1.5.bb b/recipes-core/jakarta-commons/commons-configuration_1.5.bb
index eebb7f7..0f8a166 100644
--- a/recipes-core/jakarta-commons/commons-configuration_1.5.bb
+++ b/recipes-core/jakarta-commons/commons-configuration_1.5.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5DESCRIPTION = "Generic configuration interface for Java applications" 5SUMMARY = "Generic configuration interface for Java applications"
6 6
7SRC_URI = " \ 7SRC_URI = " \
8 http://archive.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \ 8 http://archive.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \
diff --git a/recipes-core/jakarta-commons/commons-digester_1.8.bb b/recipes-core/jakarta-commons/commons-digester_1.8.bb
index 5bb411a..0f079f1 100644
--- a/recipes-core/jakarta-commons/commons-digester_1.8.bb
+++ b/recipes-core/jakarta-commons/commons-digester_1.8.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5DESCRIPTION = "Converts XML to a Java object by a set of mapping rules." 5SUMMARY = "Converts XML to a Java object by a set of mapping rules."
6 6
7SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz"
8 8
diff --git a/recipes-core/jakarta-commons/commons-discovery_0.4.bb b/recipes-core/jakarta-commons/commons-discovery_0.4.bb
index 08c2462..01cb54e 100644
--- a/recipes-core/jakarta-commons/commons-discovery_0.4.bb
+++ b/recipes-core/jakarta-commons/commons-discovery_0.4.bb
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
3 3
4PR = "${INC_PR}.1" 4PR = "${INC_PR}.1"
5 5
6DESCRIPTION = "discovering, or finding, implementations for pluggable interfaces" 6SUMMARY = "discovering, or finding, implementations for pluggable interfaces"
7 7
8SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" 8SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz"
9 9
diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb
index 1446edd..4174dce 100644
--- a/recipes-core/jakarta-commons/commons-el_1.0.bb
+++ b/recipes-core/jakarta-commons/commons-el_1.0.bb
@@ -3,7 +3,7 @@ LICENSE = "Apache-1.1"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9147d939b3f3f97692e4441bf20bd1cd" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9147d939b3f3f97692e4441bf20bd1cd"
4PR = "${INC_PR}.1" 4PR = "${INC_PR}.1"
5 5
6DESCRIPTION = "Implementation of the JSP2.0 Expression Language API" 6SUMMARY = "Implementation of the JSP2.0 Expression Language API"
7 7
8SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" 8SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz"
9 9
diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
index 8ccbad1..3561444 100644
--- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
+++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5DESCRIPTION = "JXPath interpreter for Java" 5SUMMARY = "JXPath interpreter for Java"
6 6
7SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz"
8 8
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
index 79f041e..7aa2372 100644
--- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
+++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5DESCRIPTION = "Java Internet protocol suite library" 5SUMMARY = "Java Internet protocol suite library"
6 6
7SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz"
8 8
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb
index ec8a3df..5737c46 100644
--- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb
+++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5DESCRIPTION = "Java Internet protocol suite library" 5SUMMARY = "Java Internet protocol suite library"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
7 7
8SRC_URI = "http://archive.apache.org/dist/commons/net/source/${BP}-src.tar.gz" 8SRC_URI = "http://archive.apache.org/dist/commons/net/source/${BP}-src.tar.gz"
diff --git a/recipes-core/jakarta-commons/commons-pool_1.4.bb b/recipes-core/jakarta-commons/commons-pool_1.4.bb
index cacbde7..95c8cf1 100644
--- a/recipes-core/jakarta-commons/commons-pool_1.4.bb
+++ b/recipes-core/jakarta-commons/commons-pool_1.4.bb
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
3 3
4PR = "${INC_PR}.1" 4PR = "${INC_PR}.1"
5 5
6DESCRIPTION = "Java Object-pooling API" 6SUMMARY = "Java Object-pooling API"
7 7
8SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" 8SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz"
9 9
diff --git a/recipes-core/jakarta-libs/bsf_2.4.0.bb b/recipes-core/jakarta-libs/bsf_2.4.0.bb
index b312c42..1037396 100644
--- a/recipes-core/jakarta-libs/bsf_2.4.0.bb
+++ b/recipes-core/jakarta-libs/bsf_2.4.0.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Bean Scripting Framework package" 1SUMMARY = "Bean Scripting Framework package"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4PR = "r1" 4PR = "r1"
diff --git a/recipes-core/jakarta-libs/oro_2.0.8.bb b/recipes-core/jakarta-libs/oro_2.0.8.bb
index 0a7fba3..97e29d0 100644
--- a/recipes-core/jakarta-libs/oro_2.0.8.bb
+++ b/recipes-core/jakarta-libs/oro_2.0.8.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Perl5-compatible regular expressions library for Java" 1SUMMARY = "Perl5-compatible regular expressions library for Java"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=372b1e91335021ca74173b2ab4dc97dd" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=372b1e91335021ca74173b2ab4dc97dd"
diff --git a/recipes-core/jakarta-libs/regexp_1.5.bb b/recipes-core/jakarta-libs/regexp_1.5.bb
index ce6150c..614da2a 100644
--- a/recipes-core/jakarta-libs/regexp_1.5.bb
+++ b/recipes-core/jakarta-libs/regexp_1.5.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java Regular Expression package" 1SUMMARY = "Java Regular Expression package"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index 7a6b6b6..fc21380 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM specification version 2." 1SUMMARY = "A compact Java Virtual Machine which conforms to the JVM specification version 2."
2HOMEPAGE = "http://jamvm.sourceforge.net/" 2HOMEPAGE = "http://jamvm.sourceforge.net/"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 4LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb
index 6450540..1d4b96b 100644
--- a/recipes-core/jcraft/jsch_0.1.40.bb
+++ b/recipes-core/jcraft/jsch_0.1.40.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "SSH implementation in Java" 1SUMMARY = "SSH implementation in Java"
2HOMEPAGE = "http://www.jcraft.com/jsch" 2HOMEPAGE = "http://www.jcraft.com/jsch"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae"
diff --git a/recipes-core/jcraft/jzlib_1.0.7.bb b/recipes-core/jcraft/jzlib_1.0.7.bb
index b6f3f64..70b5212 100644
--- a/recipes-core/jcraft/jzlib_1.0.7.bb
+++ b/recipes-core/jcraft/jzlib_1.0.7.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "zlib implementation in Java" 1SUMMARY = "zlib implementation in Java"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9"
4 4
diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb
index dfbf493..7c6cc8c 100644
--- a/recipes-core/jdepend/jdepend_2.9.1.bb
+++ b/recipes-core/jdepend/jdepend_2.9.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Design quality metrics generator for each Java" 1SUMMARY = "Design quality metrics generator for each Java"
2 2
3# see https://github.com/clarkware/jdepend/blob/master/LICENSE 3# see https://github.com/clarkware/jdepend/blob/master/LICENSE
4LICENSE = "BSD" 4LICENSE = "BSD"
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb
index 8f97a1c..233005a 100644
--- a/recipes-core/jikes/jikes_1.22.bb
+++ b/recipes-core/jikes/jikes_1.22.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java compiler adhering to language and VM specifications" 1SUMMARY = "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"
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb
index 8cb0316..45d76ed 100644
--- a/recipes-core/jlex/jlex_1.2.6.bb
+++ b/recipes-core/jlex/jlex_1.2.6.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1SUMMARY = "Lexical analyzer generator for Java"
2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" 2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian"
3LICENSE = "JLEX" 3LICENSE = "JLEX"
4LIC_FILES_CHKSUM = "file://Main.java;beginline=148;endline=166;md5=9bf4a6a951053991db64f9d7330d648a" 4LIC_FILES_CHKSUM = "file://Main.java;beginline=148;endline=166;md5=9bf4a6a951053991db64f9d7330d648a"
diff --git a/recipes-core/junit/junit4_4.3.1.bb b/recipes-core/junit/junit4_4.3.1.bb
index 1cb8674..b2cd4d9 100644
--- a/recipes-core/junit/junit4_4.3.1.bb
+++ b/recipes-core/junit/junit4_4.3.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "JUnit is a testing framework for Java" 1SUMMARY = "JUnit is a testing framework for Java"
2LICENSE = "CPL-1.0" 2LICENSE = "CPL-1.0"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CPL-1.0;md5=5295cd12fc5acc87bf1cf754455a1c56" 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CPL-1.0;md5=5295cd12fc5acc87bf1cf754455a1c56"
4AUTHOR = "junit.org" 4AUTHOR = "junit.org"
diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb
index 90ffd66..b366910 100644
--- a/recipes-core/junit/junit_3.8.2.bb
+++ b/recipes-core/junit/junit_3.8.2.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "JUnit is a testing framework for Java" 1SUMMARY = "JUnit is a testing framework for Java"
2AUTHOR = "junit.org" 2AUTHOR = "junit.org"
3HOMEPAGE = "http://www.junit.org" 3HOMEPAGE = "http://www.junit.org"
4LICENSE = "CPL-1.0" 4LICENSE = "CPL-1.0"
diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc
index 36622a8..7db979b 100644
--- a/recipes-core/libmatthew/libmatthew.inc
+++ b/recipes-core/libmatthew/libmatthew.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "Unix socket, debug and hexdump JAVA libraries" 1SUMMARY = "Unix socket, debug and hexdump JAVA libraries"
2AUTHOR = "Matthew Johnson <web@matthew.ath.cx>" 2AUTHOR = "Matthew Johnson <web@matthew.ath.cx>"
3HOMEPAGE = "http://www.matthew.ath.cx/projects/java" 3HOMEPAGE = "http://www.matthew.ath.cx/projects/java"
4SECTION = "libs" 4SECTION = "libs"
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index 0a04b6c..2c68462 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java runtime based upon the OpenJDK Project" 1SUMMARY = "Java runtime based upon the OpenJDK Project"
2HOMEPAGE = "http://http://openjdk.java.net/" 2HOMEPAGE = "http://http://openjdk.java.net/"
3LICENSE = "GPL-2.0-with-classpath-exception" 3LICENSE = "GPL-2.0-with-classpath-exception"
4 4
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc
index cdfdda8..816b463 100644
--- a/recipes-core/openjdk/openjdk-common.inc
+++ b/recipes-core/openjdk/openjdk-common.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java runtime based upon the OpenJDK- and Icedtea Project" 1SUMMARY = "Java runtime based upon the OpenJDK- and Icedtea Project"
2HOMEPAGE = "http://icedtea.classpath.org" 2HOMEPAGE = "http://icedtea.classpath.org"
3LICENSE = "GPL-2.0-with-classpath-exception" 3LICENSE = "GPL-2.0-with-classpath-exception"
4PRIORITY = "optional" 4PRIORITY = "optional"
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index df6a0f7..0a84473 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1SUMMARY = "Lexical analyzer generator for Java"
2LICENSE = "MPL-2.0" 2LICENSE = "MPL-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458"
4 4
diff --git a/recipes-core/servlet-api/jsp2.0_5.5.26.bb b/recipes-core/servlet-api/jsp2.0_5.5.26.bb
index 98e3468..286d6d5 100644
--- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb
+++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" 1SUMMARY = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4AUTHOR = "Apache Software Foundation" 4AUTHOR = "Apache Software Foundation"
diff --git a/recipes-core/servlet-api/servlet2.3_4.1.37.bb b/recipes-core/servlet-api/servlet2.3_4.1.37.bb
index 1fa12f8..996f93b 100644
--- a/recipes-core/servlet-api/servlet2.3_4.1.37.bb
+++ b/recipes-core/servlet-api/servlet2.3_4.1.37.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Servlet API 2.3 (from Tomcat 4.1)" 1SUMMARY = "Servlet API 2.3 (from Tomcat 4.1)"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
diff --git a/recipes-core/servlet-api/servlet2.4_5.5.26.bb b/recipes-core/servlet-api/servlet2.4_5.5.26.bb
index f9259aa..7424673 100644
--- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb
+++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Servlet API 2.4 (from Tomcat 5.5)" 1SUMMARY = "Servlet API 2.4 (from Tomcat 5.5)"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4AUTHOR = "Apache Software Foundation" 4AUTHOR = "Apache Software Foundation"
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb
index f7ee260..7c68fba 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java XSLT processor" 1SUMMARY = "Java XSLT processor"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = " \ 3LIC_FILES_CHKSUM = " \
4 file://${WORKDIR}/bsf-2.4.0/LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3 \ 4 file://${WORKDIR}/bsf-2.4.0/LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3 \
diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb
index 03f4f57..b563cc6 100644
--- a/recipes-core/xml-commons/jaxme_0.5.2.bb
+++ b/recipes-core/xml-commons/jaxme_0.5.2.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Implementation of the JAXB API" 1SUMMARY = "Implementation of the JAXB API"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
4AUTHOR = "Apache Software Foundation" 4AUTHOR = "Apache Software Foundation"
diff --git a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
index a6eeb57..98cb077 100644
--- a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
+++ b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)" 1SUMMARY = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "Apache-2.0 & W3C & PD" 3LICENSE = "Apache-2.0 & W3C & PD"
4LIC_FILES_CHKSUM = " \ 4LIC_FILES_CHKSUM = " \
diff --git a/recipes-core/xml-commons/xpp2_2.1.10.bb b/recipes-core/xml-commons/xpp2_2.1.10.bb
index c926722..6fc81a2 100644
--- a/recipes-core/xml-commons/xpp2_2.1.10.bb
+++ b/recipes-core/xml-commons/xpp2_2.1.10.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Streaming pull XML parser for java" 1SUMMARY = "Streaming pull XML parser for java"
2LICENSE = "BSD-like" 2LICENSE = "BSD-like"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" 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/"
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 808a937..1f02cb7 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,4 +1,4 @@
1DESCRIPTION = "Streaming pull XML parser for Java (3rd edition)" 1SUMMARY = "Streaming pull XML parser for Java (3rd edition)"
2LICENSE = "BSD-like" 2LICENSE = "BSD-like"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c"
4 4
diff --git a/recipes-extended/dbus/dbus-java_2.7.bb b/recipes-extended/dbus/dbus-java_2.7.bb
index 50ceeb0..4964cf8 100644
--- a/recipes-extended/dbus/dbus-java_2.7.bb
+++ b/recipes-extended/dbus/dbus-java_2.7.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "A pure Java D-Bus Implementation" 1SUMMARY = "A pure Java D-Bus Implementation"
2DESCRIPTION_${PN}-viewer = "${DESCRIPTION} (DBusViewer Binary)" 2SUMMARY_${PN}-viewer = "${SUMMARY} (DBusViewer Binary)"
3DESCRIPTION_${PN}-bin = "${DESCRIPTION} (Binaries)" 3SUMMARY_${PN}-bin = "${SUMMARY} (Binaries)"
4AUTHOR = "Matthew Johnson <dbus@matthew.ath.cx>" 4AUTHOR = "Matthew Johnson <dbus@matthew.ath.cx>"
5HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java" 5HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java"
6SECTION = "libs" 6SECTION = "libs"
diff --git a/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb b/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb
index 139d3ae..6c34106 100644
--- a/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb
+++ b/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Lightweight 100% Java SQL Database Engine" 1SUMMARY = "Lightweight 100% Java SQL Database Engine"
2# BSD-like 2# BSD-like
3LICENSE = "HypersonicSQL" 3LICENSE = "HypersonicSQL"
4LIC_FILES_CHKSUM = "file://doc/hypersonic_lic.txt;md5=778452795343df6f459b725185966888" 4LIC_FILES_CHKSUM = "file://doc/hypersonic_lic.txt;md5=778452795343df6f459b725185966888"
diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb
index c3fbc13..e54dad7 100644
--- a/recipes-extended/rxtx/rxtx_2.2.0.bb
+++ b/recipes-extended/rxtx/rxtx_2.2.0.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Full Java CommAPI implementation" 1SUMMARY = "Full Java CommAPI implementation"
2DEPENDS = "virtual/javac-native" 2DEPENDS = "virtual/javac-native"
3LICENSE = "RXTXv2.1" 3LICENSE = "RXTXv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4"
diff --git a/recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb b/recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb
index 16d7a42..4f8c9f8 100644
--- a/recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb
+++ b/recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "XML pull parser API" 1SUMMARY = "XML pull parser API"
2HOMEPAGE = "http://www.xmlpull.org" 2HOMEPAGE = "http://www.xmlpull.org"
3PRIORITY = "optional" 3PRIORITY = "optional"
4SECTION = "libs" 4SECTION = "libs"