mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
64a9d36faa
commit
d6fd8ff56e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user