summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-20 17:49:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-20 18:15:07 -0300
commitccc40e44f0d493bf30d3d94815a8cb56240d8571 (patch)
treec6bcb7d2356bf223bf36b8afa8a1bbc4ea21001a
parentb228dbd6b795d4547caa40dd32fcaf43f5600bac (diff)
downloadmeta-fsl-arm-ccc40e44f0d493bf30d3d94815a8cb56240d8571.tar.gz
elftosb: change SRC_URI to a working repository
The server http://foss.doredevelopment.dk is down for sometime and the same file can be found at Timesys' repository so we use it for grabbing the source now. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/elftosb/elftosb_10.12.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/elftosb/elftosb_10.12.01.bb b/recipes-bsp/elftosb/elftosb_10.12.01.bb
index 3795106..ebfd4f2 100644
--- a/recipes-bsp/elftosb/elftosb_10.12.01.bb
+++ b/recipes-bsp/elftosb/elftosb_10.12.01.bb
@@ -8,7 +8,7 @@ SECTION = "bootloader"
8PR = "r0" 8PR = "r0"
9BBCLASSEXTEND = "native" 9BBCLASSEXTEND = "native"
10 10
11SRC_URI = "http://foss.doredevelopment.dk/mirrors/imx/elftosb-${PV}.tar.gz" 11SRC_URI = "http://repository.timesys.com/buildsources/e/elftosb/elftosb-${PV}.tar.gz"
12SRC_URI[md5sum] = "e8005d606c1e0bb3507c82f6eceb3056" 12SRC_URI[md5sum] = "e8005d606c1e0bb3507c82f6eceb3056"
13SRC_URI[sha256sum] = "77bb6981620f7575b87d136d94c7daa88dd09195959cc75fc18b138369ecd42b" 13SRC_URI[sha256sum] = "77bb6981620f7575b87d136d94c7daa88dd09195959cc75fc18b138369ecd42b"
14 14