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 7c68fba..ad985cb 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -7,7 +7,7 @@ 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" 10PR = "r2"
11 11
12DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel" 12DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
13 13
@@ -18,6 +18,8 @@ SRC_URI = "\
18 18
19S = "${WORKDIR}/${BPN}_2_7_1" 19S = "${WORKDIR}/${BPN}_2_7_1"
20 20
21PACKAGE_ARCH = "${TUNE_PKGARCH}"
22
21inherit java-library 23inherit java-library
22 24
23JPN = "libxalan2-java" 25JPN = "libxalan2-java"