diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-10-22 21:22:57 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-11-22 18:38:41 +0100 |
commit | 8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch) | |
tree | f561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/bcel | |
parent | 7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff) | |
download | meta-java-8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7.tar.gz |
recipes: Fix license strings to match common licenses
Fixes warnings like
WARNING: bcel-native: No generic license file exists for: AL2.0 in any
provider
and so on
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/bcel')
-rw-r--r-- | recipes-core/bcel/bcel_5.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb index a6990e4..27fd8d9 100644 --- a/recipes-core/bcel/bcel_5.2.bb +++ b/recipes-core/bcel/bcel_5.2.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "Java Bytecode manipulation library" | 1 | DESCRIPTION = "Java Bytecode manipulation library" |
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.txt;md5=44030f19e8bad73725f39d16fd05ff12" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12" |
5 | 5 | PR = "r1" | |
6 | SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" | 6 | SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" |
7 | 7 | ||
8 | inherit java-library | 8 | inherit java-library |