aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = " \
AUTHOR = "Apache Software Foundation"
HOMEPAGE = "http://xml.apache.org/xalan-j"
-PR = "r1"
+PR = "r2"
DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
@@ -18,6 +18,8 @@ SRC_URI = "\
S = "${WORKDIR}/${BPN}_2_7_1"
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
inherit java-library
JPN = "libxalan2-java"