mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
COREUTILS_VERSION:=6.9
|
||||
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VERSION).tar.bz2
|
||||
#COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
|
||||
COREUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/coreutils
|
||||
COREUTILS_SITE:=$(BR2_GNU_MIRROR)/coreutils
|
||||
COREUTILS_CAT:=$(BZCAT)
|
||||
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VERSION)
|
||||
COREUTILS_BINARY:=src/vdir
|
||||
|
||||
Reference in New Issue
Block a user