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/ant/ant-native_1.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/ant') diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb index be65d3b..5a39f42 100644 --- a/recipes-core/ant/ant-native_1.8.1.bb +++ b/recipes-core/ant/ant-native_1.8.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Another Neat Tool - build system for Java" +SUMMARY = "Another Neat Tool - build system for Java" AUTHOR = "Apache Software Foundation" HOMEPAGE = "http://ant.apache.org" LICENSE = "Apache-2.0" -- cgit v1.2.3-54-g00ecf