diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-24 12:29:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:41:09 +0000 |
commit | 792368afdf61e7670bc5002e99880449098d50fb (patch) | |
tree | 489cde25e831c808e3d260069252fe166bb766f2 /meta | |
parent | 9b2f5a57bdff46973cc1625da78d04b666710209 (diff) | |
download | openembedded-core-792368afdf61e7670bc5002e99880449098d50fb.tar.gz openembedded-core-792368afdf61e7670bc5002e99880449098d50fb.tar.bz2 openembedded-core-792368afdf61e7670bc5002e99880449098d50fb.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync.inc | 2 |
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" 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 |