* [meta-java][PATCH 0/3] Update SRC_URI
@ 2024-11-05 18:01 flowergom
2024-11-05 18:01 ` [meta-java][PATCH 1/3] xml-commons-resolver: fix SRC_URI flowergom
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: flowergom @ 2024-11-05 18:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Minjae Kim
From: Minjae Kim <flowergom@gmail.com>
The archive URL has changed slightly. add missing locations
Minjae Kim (3):
xml-commons-resolver: fix SRC_URI
xalan-j: update SRC_URI
avalon-framework-api: update SRC_URI
recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | 2 +-
recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +-
recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [meta-java][PATCH 1/3] xml-commons-resolver: fix SRC_URI
2024-11-05 18:01 [meta-java][PATCH 0/3] Update SRC_URI flowergom
@ 2024-11-05 18:01 ` flowergom
2024-11-05 18:01 ` [meta-java][PATCH 2/3] xalan-j: update SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 3/3] avalon-framework-api: " flowergom
2 siblings, 0 replies; 4+ messages in thread
From: flowergom @ 2024-11-05 18:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Minjae Kim
From: Minjae Kim <flowergom@gmail.com>
The archive URL has changed slightly, add missing /binaries/.
https://archive.apache.org/dist/xml/commons/binaries/
Signed-off-by: Minjae Kim <flowergom@gmail.com>
---
recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
index 42ce703..23e47b2 100644
--- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
+++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
PR = "r1"
LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584"
-SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz"
+SRC_URI = "http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
inherit java-library
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-java][PATCH 2/3] xalan-j: update SRC_URI
2024-11-05 18:01 [meta-java][PATCH 0/3] Update SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 1/3] xml-commons-resolver: fix SRC_URI flowergom
@ 2024-11-05 18:01 ` flowergom
2024-11-05 18:01 ` [meta-java][PATCH 3/3] avalon-framework-api: " flowergom
2 siblings, 0 replies; 4+ messages in thread
From: flowergom @ 2024-11-05 18:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Minjae Kim
From: Minjae Kim <flowergom@gmail.com>
The archive URL has changed slightly, add missing /source/.
http://archive.apache.org/dist/xml/xalan-j/source/
Signed-off-by: Minjae Kim <flowergom@gmail.com>
---
recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 5e72a34..d1e56fe 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -12,7 +12,7 @@ PR = "r2"
DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
SRC_URI = "\
- http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \
+ http://archive.apache.org/dist/xml/${BPN}/source/${BPN}_2_7_1-src.tar.gz;name=archive \
https://dlcdn.apache.org/commons/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-java][PATCH 3/3] avalon-framework-api: update SRC_URI
2024-11-05 18:01 [meta-java][PATCH 0/3] Update SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 1/3] xml-commons-resolver: fix SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 2/3] xalan-j: update SRC_URI flowergom
@ 2024-11-05 18:01 ` flowergom
2 siblings, 0 replies; 4+ messages in thread
From: flowergom @ 2024-11-05 18:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Minjae Kim
From: Minjae Kim <flowergom@gmail.com>
The archive URL has changed slightly,
changed from avalon-framework to excalibur-framework.
Signed-off-by: Minjae Kim <flowergom@gmail.com>
---
recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
index 081cfe7..5572c77 100644
--- a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
+++ b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2"
PR = "r1"
SRC_URI = " \
- http://archive.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \
+ http://archive.apache.org/dist/excalibur/excalibur-framework/source/${BP}-src.tar.gz;name=archive \
http://archive.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-05 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 18:01 [meta-java][PATCH 0/3] Update SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 1/3] xml-commons-resolver: fix SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 2/3] xalan-j: update SRC_URI flowergom
2024-11-05 18:01 ` [meta-java][PATCH 3/3] avalon-framework-api: " flowergom
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.