summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj/libecj-bootstrap.inc
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-core/ecj/libecj-bootstrap.inc
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-core/ecj/libecj-bootstrap.inc')
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
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"