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/classpath/classpath-native.inc | 2 +- recipes-core/classpath/classpath.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/classpath') diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc index dcc30d2..6a56337 100644 --- a/recipes-core/classpath/classpath-native.inc +++ b/recipes-core/classpath/classpath-native.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" +SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent programs" HOMEPAGE = "http://www.gnu.org/software/classpath/" LICENSE = "GPL-2.0 & SAX-PD" diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 01f7a4f..e23b752 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "GNU Classpath standard Java libraries" +SUMMARY = "GNU Classpath standard Java libraries" HOMEPAGE = "http://www.gnu.org/software/classpath/" SECTION = "libs" -- cgit v1.2.3-54-g00ecf