diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-20 17:49:18 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-20 18:15:07 -0300 |
commit | ccc40e44f0d493bf30d3d94815a8cb56240d8571 (patch) | |
tree | c6bcb7d2356bf223bf36b8afa8a1bbc4ea21001a | |
parent | b228dbd6b795d4547caa40dd32fcaf43f5600bac (diff) | |
download | meta-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.bb | 2 |
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" | |||
8 | PR = "r0" | 8 | PR = "r0" |
9 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native" |
10 | 10 | ||
11 | SRC_URI = "http://foss.doredevelopment.dk/mirrors/imx/elftosb-${PV}.tar.gz" | 11 | SRC_URI = "http://repository.timesys.com/buildsources/e/elftosb/elftosb-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "e8005d606c1e0bb3507c82f6eceb3056" | 12 | SRC_URI[md5sum] = "e8005d606c1e0bb3507c82f6eceb3056" |
13 | SRC_URI[sha256sum] = "77bb6981620f7575b87d136d94c7daa88dd09195959cc75fc18b138369ecd42b" | 13 | SRC_URI[sha256sum] = "77bb6981620f7575b87d136d94c7daa88dd09195959cc75fc18b138369ecd42b" |
14 | 14 | ||