summaryrefslogtreecommitdiffstats
path: root/recipes-core/junit
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/junit
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/junit')
-rw-r--r--recipes-core/junit/junit4_4.3.1.bb2
-rw-r--r--recipes-core/junit/junit_3.8.2.bb2
2 files changed, 2 insertions, 2 deletions
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"