All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libunwind: Add mirror site
@ 2014-04-16  1:42 Changhyeok Bae
  0 siblings, 0 replies; 3+ messages in thread
From: Changhyeok Bae @ 2014-04-16  1:42 UTC (permalink / raw)
  To: openembedded-core

The SRC_URI is not accessible.
So need to add mirror site referred by the original site.

Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com>
---
 meta-oe/recipes-support/libunwind/libunwind.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
index a5b7482..a70ec2e 100644
--- a/meta-oe/recipes-support/libunwind/libunwind.inc
+++ b/meta-oe/recipes-support/libunwind/libunwind.inc
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
 
 SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
 
+MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n"
+
 inherit autotools
 
 PACKAGECONFIG ??= ""
-- 
1.7.9.5



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

* [meta-oe][PATCH] libunwind: Add mirror site
@ 2014-04-16  4:41 Changhyeok Bae
  2014-04-20 11:49 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Changhyeok Bae @ 2014-04-16  4:41 UTC (permalink / raw)
  To: openembedded-devel

The SRC_URI is not accessible.
So need to add mirror site referred by the original site.

Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com>
---
 meta-oe/recipes-support/libunwind/libunwind.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
index a5b7482..a70ec2e 100644
--- a/meta-oe/recipes-support/libunwind/libunwind.inc
+++ b/meta-oe/recipes-support/libunwind/libunwind.inc
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
 
 SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
 
+MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n"
+
 inherit autotools
 
 PACKAGECONFIG ??= ""
-- 
1.7.9.5



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

* Re: [meta-oe][PATCH] libunwind: Add mirror site
  2014-04-16  4:41 [meta-oe][PATCH] libunwind: Add mirror site Changhyeok Bae
@ 2014-04-20 11:49 ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-04-20 11:49 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1582 bytes --]

On Wed, Apr 16, 2014 at 01:41:43PM +0900, Changhyeok Bae wrote:
> The SRC_URI is not accessible.
> So need to add mirror site referred by the original site.

Merged, thanks!

for others: I've discussed this with Changhyeok and the problem is that
http://download.savannah.nongnu.org/releases redirects to closest mirror
and few mirrors (e.g. .jp) weren't working correctly while
http://download-mirror.savannah.gnu.org/releases/ seems to be reliable.

I'll add this to commit message.

> Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com>
> ---
>  meta-oe/recipes-support/libunwind/libunwind.inc |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
> index a5b7482..a70ec2e 100644
> --- a/meta-oe/recipes-support/libunwind/libunwind.inc
> +++ b/meta-oe/recipes-support/libunwind/libunwind.inc
> @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
>  
>  SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
>  
> +MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n"
> +
>  inherit autotools
>  
>  PACKAGECONFIG ??= ""
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2014-04-20 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16  4:41 [meta-oe][PATCH] libunwind: Add mirror site Changhyeok Bae
2014-04-20 11:49 ` Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2014-04-16  1:42 Changhyeok Bae

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.