summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2022-03-08 10:35:58 +0100
committerRichard Leitner <richard.leitner@skidata.com>2022-03-08 10:35:58 +0100
commit37970e936e6289e256994ed25d66f50d7fbe5ebb (patch)
treee6a65f6dc642f4a757e92008da75be281f74ddd8
parent7fba606435d8215c80158f1ff9b0f37f311d5cb3 (diff)
downloadmeta-java-37970e936e6289e256994ed25d66f50d7fbe5ebb.tar.gz
xalan-j: switch to new dlcdn.apache.org as bsf SRC_URI
As the old one returns read errors. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb2
1 files changed, 1 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 138bc75..5e72a34 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -13,7 +13,7 @@ DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \ 15 http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \
16 http://archive.apache.org/dist/jakarta/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \ 16 https://dlcdn.apache.org/commons/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \
17 " 17 "
18 18
19S = "${WORKDIR}/${BPN}_2_7_1" 19S = "${WORKDIR}/${BPN}_2_7_1"