summaryrefslogtreecommitdiffstats
path: root/recipes-core/xalan-j/xalan-j_2.7.1.bb
diff options
context:
space:
mode:
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 \