summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-01-24 12:29:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-26 10:44:27 +0000
commitd6fd8ff56ebf0258352133c8631bfae84c7c59ff (patch)
treec94dcc6e8f5b46b03d7729effc0a5ab3394b37c1 /meta/recipes-devtools/rsync
parent64a9d36faa118f9fd0c06e222979e1dcd58c72c8 (diff)
downloadpoky-d6fd8ff56ebf0258352133c8631bfae84c7c59ff.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
-rw-r--r--meta/recipes-devtools/rsync/rsync.inc2
1 files changed, 1 insertions, 1 deletions
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"
5 5
6DEPENDS = "popt" 6DEPENDS = "popt"
7 7
8SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ 8SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
9 file://rsyncd.conf" 9 file://rsyncd.conf"
10 10
11inherit autotools 11inherit autotools