All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe
@ 2025-05-05  8:31 emailaddress.ashish
  2025-05-05  8:31 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: emailaddress.ashish @ 2025-05-05  8:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Ashish Mishra

Below patches fixes the link's used as SRC_URI

- The recipes are failing to feth the compressed tar from the link
  mentioned in the recipe of scarthgap branch.
- These patches fixes the path & tested on qemuarm

Ashish Mishra (4):
  Updates the SRC_URI for xalan-j recipe
  Updates the SRC_URI for xml-commons-resolver recipe
  Updates the SRC_URI for avalon-framework-api recipe
  Updates the SRC_URI for fastjar recipe

 recipes-core/fastjar/fastjar.inc                        | 2 +-
 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 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe
  2025-05-05  8:31 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe emailaddress.ashish
@ 2025-05-05  8:31 ` Ashish Mishra
  2025-05-05  8:31 ` [meta-java][PATCH 2/4] Updates the SRC_URI for xml-commons-resolver recipe Ashish Mishra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  8:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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..a1f4ea2 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 \
+	https://archive.apache.org/dist/xml/xalan-j/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 \
 	"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 2/4] Updates the SRC_URI for xml-commons-resolver recipe
  2025-05-05  8:31 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe emailaddress.ashish
  2025-05-05  8:31 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
@ 2025-05-05  8:31 ` Ashish Mishra
  2025-05-05  8:31 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra
  2025-05-05  8:31 ` [meta-java][PATCH 4/4] Updates the SRC_URI for fastjar recipe Ashish Mishra
  3 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  8:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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 0fafcea..790b2e7 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 = "https://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
 
 inherit java-library
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe
  2025-05-05  8:31 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe emailaddress.ashish
  2025-05-05  8:31 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
  2025-05-05  8:31 ` [meta-java][PATCH 2/4] Updates the SRC_URI for xml-commons-resolver recipe Ashish Mishra
@ 2025-05-05  8:31 ` Ashish Mishra
  2025-05-05  8:31 ` [meta-java][PATCH 4/4] Updates the SRC_URI for fastjar recipe Ashish Mishra
  3 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  8:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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..e7b4d55 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 \
+           https://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 \
 	  "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 4/4] Updates the SRC_URI for fastjar recipe
  2025-05-05  8:31 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe emailaddress.ashish
                   ` (2 preceding siblings ...)
  2025-05-05  8:31 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra
@ 2025-05-05  8:31 ` Ashish Mishra
  3 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  8:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: henning, otavio, richard.leitner, Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@gmail.com>
---
 recipes-core/fastjar/fastjar.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
index 8412236..97e79bb 100644
--- a/recipes-core/fastjar/fastjar.inc
+++ b/recipes-core/fastjar/fastjar.inc
@@ -7,7 +7,7 @@ PR = "r1"
 
 DEPENDS = "zlib"
 
-SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
+SRC_URI = "http://download-mirror.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
 
 inherit autotools update-alternatives
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe
  2025-05-05  9:06 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
@ 2025-05-05  9:06 ` Ashish Mishra
  0 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: henning, otavio, Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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..e7b4d55 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 \
+           https://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 \
 	  "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe
  2025-05-05  9:13 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
@ 2025-05-05  9:13 ` Ashish Mishra
  0 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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..e7b4d55 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 \
+           https://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 \
 	  "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe
  2025-05-05  9:22 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
@ 2025-05-05  9:22 ` Ashish Mishra
  0 siblings, 0 replies; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:22 UTC (permalink / raw)
  To: yocto-patches; +Cc: Ashish Mishra

Signed-off-by: Ashish Mishra <emailaddress.ashish@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..e7b4d55 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 \
+           https://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 \
 	  "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-05 12:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05  8:31 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe emailaddress.ashish
2025-05-05  8:31 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
2025-05-05  8:31 ` [meta-java][PATCH 2/4] Updates the SRC_URI for xml-commons-resolver recipe Ashish Mishra
2025-05-05  8:31 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra
2025-05-05  8:31 ` [meta-java][PATCH 4/4] Updates the SRC_URI for fastjar recipe Ashish Mishra
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05  9:06 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
2025-05-05  9:06 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra
2025-05-05  9:13 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
2025-05-05  9:13 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra
2025-05-05  9:22 [meta-java][PATCH 0/4] Fixes SRC_URI for meta-java recipe Ashish Mishra
2025-05-05  9:22 ` [meta-java][PATCH 3/4] Updates the SRC_URI for avalon-framework-api recipe Ashish Mishra

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.