summaryrefslogtreecommitdiffstats
path: root/recipes-core/xalan-j/xalan-j_2.7.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-10-22 21:22:57 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:38:41 +0100
commit8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch)
treef561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/xalan-j/xalan-j_2.7.1.bb
parent7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff)
downloadmeta-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/xalan-j/xalan-j_2.7.1.bb')
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb
index 85fc0b5..67c4d66 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Java XSLT processor" 1DESCRIPTION = "Java XSLT processor"
2LICENSE = "AL2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = " \ 3LIC_FILES_CHKSUM = " \
4 file://${WORKDIR}/bsf-2.4.0/LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3 \ 4 file://${WORKDIR}/bsf-2.4.0/LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3 \
5 file://${WORKDIR}/xalan-j_2_7_1/LICENSE.txt;md5=f4411652c74c374bb2564394185289ee \ 5 file://${WORKDIR}/xalan-j_2_7_1/LICENSE.txt;md5=f4411652c74c374bb2564394185289ee \
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = " \
7AUTHOR = "Apache Software Foundation" 7AUTHOR = "Apache Software Foundation"
8HOMEPAGE = "http://xml.apache.org/xalan-j" 8HOMEPAGE = "http://xml.apache.org/xalan-j"
9 9
10PR = "r1"
11
10DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel" 12DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
11DEPENDS_virtclass-native = " \ 13DEPENDS_virtclass-native = " \
12 xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ 14 xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \