From fd8924e7289834f056e54e3bebf0272b8b30c0c1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 17 Feb 2015 10:57:12 +0100 Subject: licence: add missing LIC_FILES_CHKSUM While at it change the LICENSE string to the oe one if applicable. e.g. AL-2.0 -> Apache-2.0 Signed-off-by: Max Krummenacher Signed-off-by: Otavio Salvador --- recipes-core/servlet-api/jsp2.0_5.5.26.bb | 3 ++- recipes-core/servlet-api/servlet2.4_5.5.26.bb | 3 ++- 2 files changed, 4 insertions(+), 2 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 ca94f08..e831501 100644 --- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb +++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Java Server Page (JSP) API 2.0 (from Tomcat 5.5)" -LICENSE = "AL2.0" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" AUTHOR = "Apache Software Foundation" SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-5/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" 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 ee80e5e..b34b23d 100644 --- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb +++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Servlet API 2.4 (from Tomcat 5.5)" -LICENSE = "AL2.0" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" AUTHOR = "Apache Software Foundation" SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-5/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" -- cgit v1.2.3-54-g00ecf