[OE-core] [PATCH 1/2] diffstat: use HTTP mirror for SRC_URI

Ross Burton ross.burton at intel.com
Tue Aug 8 10:09:00 UTC 2017


The Invisible Mirror FTP service is currently down, and FTP is horrible, so
switch to the HTTP mirror.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/diffstat/diffstat_1.61.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/diffstat/diffstat_1.61.bb b/meta/recipes-devtools/diffstat/diffstat_1.61.bb
index 0ec41c3abfd..583b387e957 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.61.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.61.bb
@@ -7,7 +7,7 @@ SECTION = "devel"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5"
 
-SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \
+SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
            file://run-ptest \
 "
 
-- 
2.11.0




More information about the Openembedded-core mailing list