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 0/4] Fixes SRC_URI for meta-java recipe
@ 2025-05-05  9:06 Ashish Mishra
  2025-05-05  9:06 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
  0 siblings, 1 reply; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: henning, otavio, 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 0/4] Fixes SRC_URI for meta-java recipe
@ 2025-05-05  9:13 Ashish Mishra
  2025-05-05  9:13 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
  0 siblings, 1 reply; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 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 0/4] Fixes SRC_URI for meta-java recipe
@ 2025-05-05  9:22 Ashish Mishra
  2025-05-05  9:22 ` [meta-java][PATCH 1/4] Updates the SRC_URI for xalan-j recipe Ashish Mishra
  0 siblings, 1 reply; 8+ messages in thread
From: Ashish Mishra @ 2025-05-05  9:22 UTC (permalink / raw)
  To: yocto-patches; +Cc: 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

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 1/4] Updates the SRC_URI for xalan-j 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 1/4] Updates the SRC_URI for xalan-j 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 1/4] Updates the SRC_URI for xalan-j 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.