diff options
| author | André Draszik <andre.draszik@jci.com> | 2018-04-25 15:59:35 +0100 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2018-06-19 09:55:51 +0200 |
| commit | c99c748d587df0f1e294ecf817f1391b9175797e (patch) | |
| tree | 3c974be45e3c4f08b78ac18091b0cbfe47d365da /recipes-core/ecj/ecj-initial-native.bb | |
| parent | 428cf8dfb4df230aa1e33b2321356171d7f39950 (diff) | |
| download | meta-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/ecj-initial-native.bb')
| -rw-r--r-- | recipes-core/ecj/ecj-initial-native.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
| 6 | DESCRIPTION = "JDT Core Batch Compiler - Bootstrap variant" | 6 | SUMMARY = "JDT Core Batch Compiler - Bootstrap variant" |
| 7 | HOMEPAGE = "http://www.eclipse.org/" | 7 | HOMEPAGE = "http://www.eclipse.org/" |
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
