From d6fd8ff56ebf0258352133c8631bfae84c7c59ff Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 24 Jan 2017 12:29:37 +0000 Subject: rsync: update SRC_URI rsync.samba.org has disappeared from the Internet and isn't responding anymore, so point the SRC_URI at the canonical samba.org download server instead. (From OE-Core rev: 792368afdf61e7670bc5002e99880449098d50fb) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/rsync/rsync.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rsync') diff --git a/meta/recipes-devtools/rsync/rsync.inc b/meta/recipes-devtools/rsync/rsync.inc index 37897aba80..26c023af7a 100644 --- a/meta/recipes-devtools/rsync/rsync.inc +++ b/meta/recipes-devtools/rsync/rsync.inc @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "popt" -SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ +SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ file://rsyncd.conf" inherit autotools -- cgit v1.2.3-54-g00ecf