summaryrefslogtreecommitdiffstats
path: root/recipes-extended
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 /recipes-extended
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>
Diffstat (limited to 'recipes-extended')
-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
4 files changed, 6 insertions, 6 deletions
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"