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/servlet-api/jsp2.0_5.5.26.bb | 2 +- recipes-core/servlet-api/servlet2.3_4.1.37.bb | 2 +- recipes-core/servlet-api/servlet2.4_5.5.26.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/servlet-api') diff --git a/recipes-core/servlet-api/jsp2.0_5.5.26.bb b/recipes-core/servlet-api/jsp2.0_5.5.26.bb index 98e3468..286d6d5 100644 --- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb +++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" +SUMMARY = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" AUTHOR = "Apache Software Foundation" diff --git a/recipes-core/servlet-api/servlet2.3_4.1.37.bb b/recipes-core/servlet-api/servlet2.3_4.1.37.bb index 1fa12f8..996f93b 100644 --- a/recipes-core/servlet-api/servlet2.3_4.1.37.bb +++ b/recipes-core/servlet-api/servlet2.3_4.1.37.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Servlet API 2.3 (from Tomcat 4.1)" +SUMMARY = "Servlet API 2.3 (from Tomcat 4.1)" AUTHOR = "Apache Software Foundation" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" diff --git a/recipes-core/servlet-api/servlet2.4_5.5.26.bb b/recipes-core/servlet-api/servlet2.4_5.5.26.bb index f9259aa..7424673 100644 --- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb +++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Servlet API 2.4 (from Tomcat 5.5)" +SUMMARY = "Servlet API 2.4 (from Tomcat 5.5)" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" AUTHOR = "Apache Software Foundation" -- cgit v1.2.3-54-g00ecf