From: Mirko Vogt Date: Sun, 3 Jun 2012 21:43:23 +0000 (+0000) Subject: [toolchain/binutils] set PKG_SOURCE_URL to http://mirror2.openwrt.org/sources X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a46bf99d5be8a7bd520de2dab5ba05ad7507114d;p=openwrt%2Fsvn-archive%2Farchive.git [toolchain/binutils] set PKG_SOURCE_URL to mirror2.openwrt.org/sources The source tarballs of binutils version 2.20.1 / 2.21.1 got repackaged and replaced by new versions back in 2011. This was due to missing license files* - the change didn't affect the actual source code. Since we can't just change the md5sum and replace the tarball (as it might break previous releases/builds), the "old" tarballs got put on our mirror servers. As they're the only ones providing "valid" archives, directly point to them instead of trying the GNU ones before. *http://sourceware.org/ml/binutils/2011-08/msg00198.html SVN-Revision: 32037 --- diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 2b1e3620fe..a3ce789cc6 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=binutils PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION)) BIN_VERSION:=$(PKG_VERSION) -PKG_SOURCE_URL:=@GNU/binutils/ +PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 ifeq ($(PKG_VERSION),2.18)