[OE-core] [krogoth][PATCH 3/3] ed: fix SRC_URI

Maxin B. John maxin.john at intel.com
Thu Jun 1 14:05:44 UTC 2017


Upstream has removed the source tarball from server. So,moving SRC_URI
to downloads.yoctoproject.org

[YOCTO #11555]

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-extended/ed/ed_1.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb
index f2ec42a..ee5f8e0 100644
--- a/meta/recipes-extended/ed/ed_1.9.bb
+++ b/meta/recipes-extended/ed/ed_1.9.bb
@@ -11,7 +11,7 @@ SECTION = "base"
 # LSB states that ed should be in /bin/
 bindir = "${base_bindir}"
 
-SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/ed-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "565b6d1d5a9a8816b9b304fc4ed9405d"
 SRC_URI[sha256sum] = "d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88"
-- 
2.4.0




More information about the Openembedded-core mailing list