All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit
@ 2011-08-08 16:38 Jesse Gilles
  2011-08-08 18:26 ` Jesse Gilles
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Gilles @ 2011-08-08 16:38 UTC (permalink / raw)
  To: openembedded-devel

* code was moved to archive.apache.org
---
 recipes/jakarta-libs/avalon-framework-api_4.3.bb |    4 ++--
 recipes/jakarta-libs/logkit_1.2.2.bb             |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/jakarta-libs/avalon-framework-api_4.3.bb b/recipes/jakarta-libs/avalon-framework-api_4.3.bb
index 06fde62..08d560c 100644
--- a/recipes/jakarta-libs/avalon-framework-api_4.3.bb
+++ b/recipes/jakarta-libs/avalon-framework-api_4.3.bb
@@ -3,8 +3,8 @@ LICENSE = "AL2.0"
 AUTHOR = "Apache Software Foundation"
 
 SRC_URI = "\
-	http://www.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \
-	http://www.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \
+	http://archive.apache.org/dist/excalibur/avalon-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 \
 	"
 
 inherit java-library
diff --git a/recipes/jakarta-libs/logkit_1.2.2.bb b/recipes/jakarta-libs/logkit_1.2.2.bb
index c5eceee..39fe897 100644
--- a/recipes/jakarta-libs/logkit_1.2.2.bb
+++ b/recipes/jakarta-libs/logkit_1.2.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Logging toolkit designed for secure performance orientated loggin
 LICENSE = "AL2.0"
 AUTHOR = "Apache Software Foundation"
 
-SRC_URI = "http://www.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz"
+SRC_URI = "http://archive.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz"
 
 inherit java-library
 
-- 
1.7.0.4




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

* Re: [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit
  2011-08-08 16:38 [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit Jesse Gilles
@ 2011-08-08 18:26 ` Jesse Gilles
  2011-08-09  3:02   ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Gilles @ 2011-08-08 18:26 UTC (permalink / raw)
  To: openembedded-devel

Please apply to 2011.03-maintenance.  Without this patch, building
openjdk from scratch (no sources dir) fails because the
avalon-framework-api tarball can't be downloaded.  Apache.org put up a
placeholder page for http://www.apache.org/dist/excalibur/ that ends up
getting downloaded instead of the tarball.

Thanks,
Jesse




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

* Re: [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit
  2011-08-08 18:26 ` Jesse Gilles
@ 2011-08-09  3:02   ` Tom Rini
  2011-09-21 18:52     ` Jesse Gilles
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2011-08-09  3:02 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Aug 8, 2011 at 11:26 AM, Jesse Gilles <jgilles@multitech.com> wrote:
> Please apply to 2011.03-maintenance.  Without this patch, building
> openjdk from scratch (no sources dir) fails because the
> avalon-framework-api tarball can't be downloaded.  Apache.org put up a
> placeholder page for http://www.apache.org/dist/excalibur/ that ends up
> getting downloaded instead of the tarball.

I don't object to the change but it (a) needs to be in oe.dev (or
oe-core/meta-oe) first and then (b) please send a pull request or git
send-email of your cherry-pick.  Thanks!

-- 
Tom



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

* Re: [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit
  2011-08-09  3:02   ` Tom Rini
@ 2011-09-21 18:52     ` Jesse Gilles
  0 siblings, 0 replies; 4+ messages in thread
From: Jesse Gilles @ 2011-09-21 18:52 UTC (permalink / raw)
  To: openembedded-devel

On Mon, 2011-08-08 at 20:02 -0700, Tom Rini wrote:
> I don't object to the change but it (a) needs to be in oe.dev (or
> oe-core/meta-oe) first and then (b) please send a pull request or git
> send-email of your cherry-pick.  Thanks!

Anyone with rights care to apply this to master so it can subsequently
go into 2011.03-maintenance?  I understand that most development is
going on in oe-core and meta-oe, but I don't think any of the recipes
needed to build OpenJDK are moved over yet, correct?

Thanks,
Jesse




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

end of thread, other threads:[~2011-09-21 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 16:38 [PATCH] jakarta-libs: fix SRC_URIs for avalon-framework, logkit Jesse Gilles
2011-08-08 18:26 ` Jesse Gilles
2011-08-09  3:02   ` Tom Rini
2011-09-21 18:52     ` Jesse Gilles

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.