[oe] [meta-oe][PATCH 1/3] fim: Add mirror site

Changhyeok Bae changhyeok.bae at lge.com
Wed Apr 23 11:18:46 UTC 2014


* 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 at 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



More information about the Openembedded-devel mailing list