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:
Hamish Moffatt
2008-03-26 03:28:09 +00:00
parent 18679d10a1
commit af510f4e19
21 changed files with 22 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
#############################################################
AUTOCONF_VERSION:=2.61
AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/gnu/autoconf
AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/autoconf
AUTOCONF_CAT:=$(BZCAT)
AUTOCONF_SRC_DIR:=$(TOOL_BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)
AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)