diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-29 01:04:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-29 01:04:58 +0200 |
commit | cdfebcfca6051eadc8326107615fcbdcf56d83b5 (patch) | |
tree | 3ce2bdf3234609a59b084897d7ab884a4bd18fb8 /package | |
parent | cd355e1125b5f3cbc0884c975f9972431639bfdb (diff) | |
download | buildroot-novena-cdfebcfca6051eadc8326107615fcbdcf56d83b5.tar.gz buildroot-novena-cdfebcfca6051eadc8326107615fcbdcf56d83b5.zip |
Remove BR2_SOURCEFORGE_MIRROR variable
Now that all packages have been converted to use the
downloads.sourceforge.net URLs that automatically selects an available
Sourceforge mirror, we can get rid of the BR2_SOURCEFORGE_MIRROR
configuration variable.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/pkg-generic.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 68d23bae4..ffe7dfbc5 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -244,9 +244,6 @@ endif ifndef $(2)_SITE ifdef $(3)_SITE $(2)_SITE = $($(3)_SITE) - else - $(2)_SITE ?= \ - http://$$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/$(1) endif endif |