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/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qemu') diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 45d42d4883..34440ee853 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=qemu PKG_VERSION:=0.14.1 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ +PKG_SOURCE_URL:=@SAVANNAH/qemu PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 -- cgit v1.2.3