From c99c748d587df0f1e294ecf817f1391b9175797e Mon Sep 17 00:00:00 2001 From: André Draszik Date: Wed, 25 Apr 2018 15:59:35 +0100 Subject: set SUMMARY instead of DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) Signed-off-by: André Draszik Tested-by: Richard Leitner Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/openjdk/openjdk-common.inc') 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" -- cgit v1.2.3-54-g00ecf