All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] fim: Add mirror site
@ 2014-04-23 11:18 Changhyeok Bae
  2014-04-23 11:18 ` [meta-oe][PATCH 2/3] gpsd: " Changhyeok Bae
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Changhyeok Bae @ 2014-04-23 11:18 UTC (permalink / raw)
  To: openembedded-devel

* The SRC_URI is not accessible.
  So need to add mirror site referred by the original site.
* 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.

Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com>
---
 meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb
index 6e5000b..c6537ac 100644
--- a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb
+++ b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb
@@ -16,6 +16,8 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/fbi-improved/${BPN}-${PV
 SRC_URI[md5sum] = "d7362dde5541c2b6439c35c6e2bd5046"
 SRC_URI[sha256sum] = "3f6bf2de2952b9adcbeb3db12c2a979e999a81dd1e314a03bc58e24f1ea9f686"
 
+MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n"
+
 PARALLEL_MAKE = ""
 
 inherit autotools
-- 
1.7.9.5



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

end of thread, other threads:[~2014-04-24  0:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 11:18 [meta-oe][PATCH 1/3] fim: Add mirror site Changhyeok Bae
2014-04-23 11:18 ` [meta-oe][PATCH 2/3] gpsd: " Changhyeok Bae
2014-04-23 14:36   ` Paul Eggleton
2014-04-23 23:45     ` Changhyeok Bae
2014-04-23 11:18 ` [meta-oe][PATCH 3/3] hddtemp: " Changhyeok Bae
2014-04-23 14:45 ` [meta-oe][PATCH 1/3] fim: " Martin Jansa
2014-04-23 23:51   ` Changhyeok Bae
2014-04-24  0:00     ` Martin Jansa

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.