diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-10 20:44:41 +0100 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:32:08 +0100 |
| commit | 1f2fb0279c3ced55feec4854def1fdb182e0fc0d (patch) | |
| tree | 59c6ebc75667f63d9228e1e05d9634f93744e9a5 | |
| parent | 74389d2acb676ad1c204e36af01cb47dac070502 (diff) | |
| download | meta-java-1f2fb0279c3ced55feec4854def1fdb182e0fc0d.tar.gz | |
regexp: correct license and bump PR
| -rw-r--r-- | recipes-core/jakarta-libs/regexp_1.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/jakarta-libs/regexp_1.5.bb b/recipes-core/jakarta-libs/regexp_1.5.bb index 181c7b0..4392e04 100644 --- a/recipes-core/jakarta-libs/regexp_1.5.bb +++ b/recipes-core/jakarta-libs/regexp_1.5.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | DESCRIPTION = "Java Regular Expression package" | 1 | DESCRIPTION = "Java Regular Expression package" |
| 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=86d3f3a95c324c9479bd8986968f4327" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://archive.apache.org/dist/jakarta/regexp/source/jakarta-${BP}.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/jakarta/regexp/source/jakarta-${BP}.tar.gz" |
| 7 | 8 | ||
