summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-08-18 13:48:57 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-08-18 17:00:37 +0200
commit26f22e2781e1d92c086c8f1558d61d7defc0a5cd (patch)
treec5b52eeab0efe75c54534a9128474d6d419f65bc
parent0670db2eab4cd60182e994da87749372daf0d585 (diff)
downloadmeta-java-warrior-next.tar.gz
jarkarta-libs: bsf: move SRC_URI to current archive pagewarrior-next
The old archive page is gone, therefore move to the current one. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/jakarta-libs/bsf_2.4.0.bb2
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jakarta-libs/bsf_2.4.0.bb b/recipes-core/jakarta-libs/bsf_2.4.0.bb
index 1037396..ffffdd7 100644
--- a/recipes-core/jakarta-libs/bsf_2.4.0.bb
+++ b/recipes-core/jakarta-libs/bsf_2.4.0.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
4PR = "r1" 4PR = "r1"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3"
6 6
7SRC_URI = "http://archive.apache.org/dist/jakarta/bsf/source/bsf-src-${PV}.tar.gz" 7SRC_URI = "https://mirror.klaus-uwe.me/apache//commons/bsf/source/bsf-src-${PV}.tar.gz"
8 8
9inherit java-library 9inherit java-library
10 10
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..324a8f0 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://mirror.klaus-uwe.me/apache//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"