mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# coreutils
|
||||
#
|
||||
#############################################################
|
||||
COREUTILS_VER:=5.94
|
||||
COREUTILS_VER:=5.96
|
||||
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
|
||||
#COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
|
||||
COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/
|
||||
COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils
|
||||
COREUTILS_CAT:=bzcat
|
||||
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER)
|
||||
COREUTILS_BINARY:=src/vdir
|
||||
|
||||
Reference in New Issue
Block a user