On 04/25/2018 04:59 PM, André Draszik wrote: > From: André Draszik <[email protected]> > > Short descriptions should go into SUMMARY (DESCRIPTION will > get the same value if not set.) > > Signed-off-by: André Draszik <[email protected]>
Acked-by: Richard Leitner <[email protected]> > --- > recipes-core/ant/ant-native_1.8.1.bb | 2 +- > recipes-core/antlr/antlr_2.7.7.bb | 2 +- > recipes-core/bcel/bcel_5.2.bb | 2 +- > recipes-core/cacao/cacao-initial-native_0.98.bb | 2 +- > recipes-core/cacao/cacao_1.6.1.bb | 2 +- > recipes-core/classpath/classpath-native.inc | 2 +- > recipes-core/classpath/classpath.inc | 2 +- > recipes-core/classpathx/gnumail_1.1.2.bb | 2 +- > recipes-core/cup/cup_0.10k.bb | 2 +- > recipes-core/ecj/ecj-bootstrap-native.bb | 2 +- > recipes-core/ecj/ecj-initial-native.bb | 2 +- > recipes-core/ecj/libecj-bootstrap.inc | 4 ++-- > recipes-core/fastjar/fastjar.inc | 2 +- > recipes-core/icedtea/icedtea7-native.inc | 2 +- > recipes-core/jacl/jacl_1.4.1.bb | 2 +- > recipes-core/jakarta-commons/commons-cli_1.1.bb | 2 +- > recipes-core/jakarta-commons/commons-configuration_1.5.bb | 2 +- > recipes-core/jakarta-commons/commons-digester_1.8.bb | 2 +- > recipes-core/jakarta-commons/commons-discovery_0.4.bb | 2 +- > recipes-core/jakarta-commons/commons-el_1.0.bb | 2 +- > recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 2 +- > recipes-core/jakarta-commons/commons-logging_1.1.1.bb | 2 +- > recipes-core/jakarta-commons/commons-net_1.4.1.bb | 2 +- > recipes-core/jakarta-commons/commons-pool_1.4.bb | 2 +- > recipes-core/jakarta-libs/bsf_2.4.0.bb | 2 +- > recipes-core/jakarta-libs/oro_2.0.8.bb | 2 +- > recipes-core/jakarta-libs/regexp_1.5.bb | 2 +- > recipes-core/jamvm/jamvm.inc | 2 +- > recipes-core/jcraft/jsch_0.1.40.bb | 2 +- > recipes-core/jcraft/jzlib_1.0.7.bb | 2 +- > recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- > recipes-core/jikes/jikes_1.22.bb | 2 +- > recipes-core/jlex/jlex_1.2.6.bb | 2 +- > recipes-core/junit/junit4_4.3.1.bb | 2 +- > recipes-core/junit/junit_3.8.2.bb | 2 +- > recipes-core/libmatthew/libmatthew.inc | 2 +- > recipes-core/openjdk/openjdk-8-common.inc | 2 +- > recipes-core/openjdk/openjdk-common.inc | 2 +- > recipes-core/rhino/rhino_1.7r4.bb | 2 +- > recipes-core/servlet-api/jsp2.0_5.5.26.bb | 2 +- > recipes-core/servlet-api/servlet2.3_4.1.37.bb | 2 +- > recipes-core/servlet-api/servlet2.4_5.5.26.bb | 2 +- > recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +- > recipes-core/xml-commons/jaxme_0.5.2.bb | 2 +- > recipes-core/xml-commons/jaxp1.3_1.4.01.bb | 2 +- > recipes-core/xml-commons/xpp2_2.1.10.bb | 2 +- > recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 2 +- > recipes-extended/dbus/dbus-java_2.7.bb | 6 +++--- > recipes-extended/hsqldb/hsqldb_1.8.0.10.bb | 2 +- > recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- > recipes-extended/xmlpull/xmlpull_1.1.3.4c.bb | 2 +- > 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 @@ > -DESCRIPTION = "Another Neat Tool - build system for Java" > +SUMMARY = "Another Neat Tool - build system for Java" > AUTHOR = "Apache Software Foundation" > HOMEPAGE = "http://ant.apache.org" > LICENSE = "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 @@ > -DESCRIPTION = "Framework for constructing recognizers, interpreters, > compilers, and translators" > +SUMMARY = "Framework for constructing recognizers, interpreters, compilers, > and translators" > HOMEPAGE = "http://www.antlr2.org" > # see http://www.antlr2.org/license.html > LICENSE = "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 @@ > -DESCRIPTION = "Java Bytecode manipulation library" > +SUMMARY = "Java Bytecode manipulation library" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0" > LIC_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 @@ > -DESCRIPTION = "CacaoVM for use as OpenEmbedded's Java VM" > +SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM" > HOMEPAGE = "http://www.cacaojvm.org/" > LICENSE = "GPL-2.0" > LIC_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 @@ > -DESCRIPTION = "CacaoVM for use as OpenEmbedded's Java VM" > +SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM" > HOMEPAGE = "http://www.cacaojvm.org/" > LICENSE = "GPL-2.0" > LIC_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 @@ > -DESCRIPTION = "GNU Classpath standard Java libraries - For native > Java-dependent programs" > +SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent > programs" > HOMEPAGE = "http://www.gnu.org/software/classpath/" > LICENSE = "GPL-2.0 & SAX-PD" > > 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 @@ > -DESCRIPTION = "GNU Classpath standard Java libraries" > +SUMMARY = "GNU Classpath standard Java libraries" > HOMEPAGE = "http://www.gnu.org/software/classpath/" > SECTION = "libs" > > 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 @@ > -DESCRIPTION = "GNU's free implementation of the JavaMail API specification" > +SUMMARY = "GNU's free implementation of the JavaMail API specification" > AUTHOR = "GNU ClasspathX" > LICENSE = "GPL-2.0-with-GCC-exception" > PR = "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 @@ > -DESCRIPTION = "Lexical analyzer generator for Java" > +SUMMARY = "Lexical analyzer generator for Java" > AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" > LICENSE = "CUP" > LIC_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 @@ > # > # This recipe uses the jar created by libecj-bootstrap. > > -DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant" > +SUMMARY = "JDT Core Batch Compiler - Bootstrap variant" > HOMEPAGE = "http://www.eclipse.org/" > SECTION = "devel" > LICENSE = "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 @@ > > # This variant runs on the initial (not Java5-compatible runtime). > > -DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant" > +SUMMARY = "JDT Core Batch Compiler - Bootstrap variant" > HOMEPAGE = "http://www.eclipse.org/" > LICENSE = "MIT" > LIC_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 c86654d..9350550 100644 > --- a/recipes-core/ecj/libecj-bootstrap.inc > +++ b/recipes-core/ecj/libecj-bootstrap.inc > @@ -1,6 +1,6 @@ > -# This package compiles and stages only the Jar. > +# This package compiles and stages only the Jar > > -DESCRIPTION = "JDT Core Batch Compiler - Jar only" > +SUMMARY = "JDT Core Batch Compiler - Jar only" > HOMEPAGE = "http://www.eclipse.org/" > LICENSE = "EPL-1.0" > LIC_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 @@ > -DESCRIPTION = "jar replacement written in C." > +SUMMARY = "jar replacement written in C." > HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/" > SECTION = "devel" > PRIORITY = "optional" > diff --git a/recipes-core/icedtea/icedtea7-native.inc > b/recipes-core/icedtea/icedtea7-native.inc > index d4cf7ac..713cd80 100644 > --- a/recipes-core/icedtea/icedtea7-native.inc > +++ b/recipes-core/icedtea/icedtea7-native.inc > @@ -1,4 +1,4 @@ > -DESCRIPTION = "Harness to build the source code from OpenJDK using Free > Software build tools" > +SUMMARY = "Harness to build the source code from OpenJDK using Free Software > build tools" > HOMEPAGE = "http://icedtea.classpath.org" > LICENSE = "GPL-2.0-with-classpath-exception" > INC_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 @@ > -DESCRIPTION = "Tcl interpreter for Java" > +SUMMARY = "Tcl interpreter for Java" > LICENSE = "UCB & SUN & AMD & CDS" > LIC_FILES_CHKSUM = " \ > 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" > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Java argument parsing helper classes" > +SUMMARY = "Java argument parsing helper classes" > > SRC_URI = > "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" > > 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 > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Generic configuration interface for Java applications" > +SUMMARY = "Generic configuration interface for Java applications" > > SRC_URI = " \ > > 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 > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Converts XML to a Java object by a set of mapping rules." > +SUMMARY = "Converts XML to a Java object by a set of mapping rules." > > SRC_URI = > "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" > > 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" > > PR = "${INC_PR}.1" > > -DESCRIPTION = "discovering, or finding, implementations for pluggable > interfaces" > +SUMMARY = "discovering, or finding, implementations for pluggable interfaces" > > SRC_URI = > "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" > > 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" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9147d939b3f3f97692e4441bf20bd1cd" > PR = "${INC_PR}.1" > > -DESCRIPTION = "Implementation of the JSP2.0 Expression Language API" > +SUMMARY = "Implementation of the JSP2.0 Expression Language API" > > SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" > > 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 > > PR = "${INC_PR}.1" > > -DESCRIPTION = "JXPath interpreter for Java" > +SUMMARY = "JXPath interpreter for Java" > > SRC_URI = > "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" > > 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 > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Java Internet protocol suite library" > +SUMMARY = "Java Internet protocol suite library" > > SRC_URI = > "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" > > 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 > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Java Internet protocol suite library" > +SUMMARY = "Java Internet protocol suite library" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" > > SRC_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" > > PR = "${INC_PR}.1" > > -DESCRIPTION = "Java Object-pooling API" > +SUMMARY = "Java Object-pooling API" > > SRC_URI = > "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" > > 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 @@ > -DESCRIPTION = "Bean Scripting Framework package" > +SUMMARY = "Bean Scripting Framework package" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0" > PR = "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 @@ > -DESCRIPTION = "Perl5-compatible regular expressions library for Java" > +SUMMARY = "Perl5-compatible regular expressions library for Java" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0" > LIC_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 @@ > -DESCRIPTION = "Java Regular Expression package" > +SUMMARY = "Java Regular Expression package" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0" > LIC_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 @@ > -DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM > specification version 2." > +SUMMARY = "A compact Java Virtual Machine which conforms to the JVM > specification version 2." > HOMEPAGE = "http://jamvm.sourceforge.net/" > LICENSE = "GPL-2.0" > LIC_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 @@ > -DESCRIPTION = "SSH implementation in Java" > +SUMMARY = "SSH implementation in Java" > HOMEPAGE = "http://www.jcraft.com/jsch" > LICENSE = "BSD" > LIC_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 @@ > -DESCRIPTION = "zlib implementation in Java" > +SUMMARY = "zlib implementation in Java" > LICENSE = "BSD" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9" > > diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb > b/recipes-core/jdepend/jdepend_2.9.1.bb > index 5f09a8b..ee8d9bc 100644 > --- a/recipes-core/jdepend/jdepend_2.9.1.bb > +++ b/recipes-core/jdepend/jdepend_2.9.1.bb > @@ -1,4 +1,4 @@ > -DESCRIPTION = "Design quality metrics generator for each Java" > +SUMMARY = "Design quality metrics generator for each Java" > > # see https://github.com/clarkware/jdepend/blob/master/LICENSE > LICENSE = "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 @@ > -DESCRIPTION = "Java compiler adhering to language and VM specifications" > +SUMMARY = "Java compiler adhering to language and VM specifications" > HOMEPAGE = "http://jikes.sourceforge.net/" > PRIORITY = "optional" > SECTION = "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 @@ > -DESCRIPTION = "Lexical analyzer generator for Java" > +SUMMARY = "Lexical analyzer generator for Java" > AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" > LICENSE = "JLEX" > LIC_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 @@ > -DESCRIPTION = "JUnit is a testing framework for Java" > +SUMMARY = "JUnit is a testing framework for Java" > LICENSE = "CPL-1.0" > LIC_FILES_CHKSUM = > "file://${COMMON_LICENSE_DIR}/CPL-1.0;md5=5295cd12fc5acc87bf1cf754455a1c56" > AUTHOR = "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 @@ > -DESCRIPTION = "JUnit is a testing framework for Java" > +SUMMARY = "JUnit is a testing framework for Java" > AUTHOR = "junit.org" > HOMEPAGE = "http://www.junit.org" > LICENSE = "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 @@ > -DESCRIPTION = "Unix socket, debug and hexdump JAVA libraries" > +SUMMARY = "Unix socket, debug and hexdump JAVA libraries" > AUTHOR = "Matthew Johnson <[email protected]>" > HOMEPAGE = "http://www.matthew.ath.cx/projects/java" > SECTION = "libs" > diff --git a/recipes-core/openjdk/openjdk-8-common.inc > b/recipes-core/openjdk/openjdk-8-common.inc > index c8d157e..9880032 100644 > --- a/recipes-core/openjdk/openjdk-8-common.inc > +++ b/recipes-core/openjdk/openjdk-8-common.inc > @@ -1,4 +1,4 @@ > -DESCRIPTION = "Java runtime based upon the OpenJDK Project" > +SUMMARY = "Java runtime based upon the OpenJDK Project" > HOMEPAGE = "http://http://openjdk.java.net/" > LICENSE = "GPL-2.0-with-classpath-exception" > > 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 @@ > -DESCRIPTION = "Java runtime based upon the OpenJDK- and Icedtea Project" > +SUMMARY = "Java runtime based upon the OpenJDK- and Icedtea Project" > HOMEPAGE = "http://icedtea.classpath.org" > LICENSE = "GPL-2.0-with-classpath-exception" > PRIORITY = "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 @@ > -DESCRIPTION = "Lexical analyzer generator for Java" > +SUMMARY = "Lexical analyzer generator for Java" > LICENSE = "MPL-2.0" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" > > 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 @@ > -DESCRIPTION = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" > +SUMMARY = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > AUTHOR = "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 @@ > -DESCRIPTION = "Servlet API 2.3 (from Tomcat 4.1)" > +SUMMARY = "Servlet API 2.3 (from Tomcat 4.1)" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0" > LIC_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 @@ > -DESCRIPTION = "Servlet API 2.4 (from Tomcat 5.5)" > +SUMMARY = "Servlet API 2.4 (from Tomcat 5.5)" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > AUTHOR = "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 @@ > -DESCRIPTION = "Java XSLT processor" > +SUMMARY = "Java XSLT processor" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = " \ > > 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 @@ > -DESCRIPTION = "Implementation of the JAXB API" > +SUMMARY = "Implementation of the JAXB API" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" > AUTHOR = "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 @@ > -DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)" > +SUMMARY = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)" > AUTHOR = "Apache Software Foundation" > LICENSE = "Apache-2.0 & W3C & PD" > LIC_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 @@ > -DESCRIPTION = "Streaming pull XML parser for java" > +SUMMARY = "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/" > 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 @@ > -DESCRIPTION = "Streaming pull XML parser for Java (3rd edition)" > +SUMMARY = "Streaming pull XML parser for Java (3rd edition)" > LICENSE = "BSD-like" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" > > 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 @@ > -DESCRIPTION = "A pure Java D-Bus Implementation" > -DESCRIPTION_${PN}-viewer = "${DESCRIPTION} (DBusViewer Binary)" > -DESCRIPTION_${PN}-bin = "${DESCRIPTION} (Binaries)" > +SUMMARY = "A pure Java D-Bus Implementation" > +SUMMARY_${PN}-viewer = "${SUMMARY} (DBusViewer Binary)" > +SUMMARY_${PN}-bin = "${SUMMARY} (Binaries)" > AUTHOR = "Matthew Johnson <[email protected]>" > HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java" > SECTION = "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 @@ > -DESCRIPTION = "Lightweight 100% Java SQL Database Engine" > +SUMMARY = "Lightweight 100% Java SQL Database Engine" > # BSD-like > LICENSE = "HypersonicSQL" > LIC_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 @@ > -DESCRIPTION = "Full Java CommAPI implementation" > +SUMMARY = "Full Java CommAPI implementation" > DEPENDS = "virtual/javac-native" > LICENSE = "RXTXv2.1" > LIC_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 @@ > -DESCRIPTION = "XML pull parser API" > +SUMMARY = "XML pull parser API" > HOMEPAGE = "http://www.xmlpull.org" > PRIORITY = "optional" > SECTION = "libs" > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
