diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-10 20:46:29 +0100 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:32:08 +0100 |
| commit | 6484cfc269c85c4035f6453cd36e86f58b9e1bad (patch) | |
| tree | 46b0b4f6fac21892d67d253b4d1980f0276d33f0 | |
| parent | 1f2fb0279c3ced55feec4854def1fdb182e0fc0d (diff) | |
| download | meta-java-6484cfc269c85c4035f6453cd36e86f58b9e1bad.tar.gz | |
servlet2.3: correct LICENSE and bump PR
| -rw-r--r-- | recipes-core/servlet-api/servlet2.3_4.1.37.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 3ffda52..98f0d69 100644 --- a/recipes-core/servlet-api/servlet2.3_4.1.37.bb +++ b/recipes-core/servlet-api/servlet2.3_4.1.37.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | DESCRIPTION = "Servlet API 2.3 (from Tomcat 4.1)" | 1 | DESCRIPTION = "Servlet API 2.3 (from Tomcat 4.1)" |
| 2 | AUTHOR = "Apache Software Foundation" | 2 | AUTHOR = "Apache Software Foundation" |
| 3 | LICENSE = "AL2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" |
| 7 | 8 | ||
