diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-08-18 13:48:57 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-08-18 17:00:37 +0200 |
commit | 26f22e2781e1d92c086c8f1558d61d7defc0a5cd (patch) | |
tree | c5b52eeab0efe75c54534a9128474d6d419f65bc /recipes-core | |
parent | 0670db2eab4cd60182e994da87749372daf0d585 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/jakarta-libs/bsf_2.4.0.bb | 2 | ||||
-rw-r--r-- | recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 |
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" | |||
4 | PR = "r1" | 4 | PR = "r1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" |
6 | 6 | ||
7 | SRC_URI = "http://archive.apache.org/dist/jakarta/bsf/source/bsf-src-${PV}.tar.gz" | 7 | SRC_URI = "https://mirror.klaus-uwe.me/apache//commons/bsf/source/bsf-src-${PV}.tar.gz" |
8 | 8 | ||
9 | inherit java-library | 9 | inherit 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 | ||
14 | SRC_URI = "\ | 14 | SRC_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 | ||
19 | S = "${WORKDIR}/${BPN}_2_7_1" | 19 | S = "${WORKDIR}/${BPN}_2_7_1" |