From b0a1c7dc0d825d5435111a8c005e1e8d5449ebee Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 08:01:39 +0000 Subject: include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184) I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl, and converted quilt and qemu to use that method. Signed-off-by: Hannu Nyman SVN-Revision: 42840 --- tools/quilt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/quilt') diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index bda0b9764e..01b0bd298f 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=quilt PKG_VERSION:=0.63 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) +PKG_SOURCE_URL:=@SAVANNAH/quilt PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3