Message ID | 1312821482-32319-1-git-send-email-jgilles@multitech.com |
---|---|
State | New, archived |
Headers | show |
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
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
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!
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