]> code.ossystems Code Review - openembedded-core.git/commitdiff
rsync: update SRC_URI
authorRoss Burton <ross.burton@intel.com>
Tue, 24 Jan 2017 12:29:37 +0000 (12:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2017 10:41:09 +0000 (10:41 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rsync/rsync.inc

index 37897aba801d81860e5a47ce59836b243d482b59..26c023af7a5afe017459e9948dc687d99cc96079 100644 (file)
@@ -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