mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
the RSYNC_SITE variable needs to be changed.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
RSYNC_VER:=2.6.3
|
||||
RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
|
||||
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
|
||||
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/old-versions
|
||||
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
|
||||
RSYNC_CAT:=zcat
|
||||
RSYNC_BINARY:=rsync
|
||||
|
||||
Reference in New Issue
Block a user