polarssl: switch download URL

Old wget versions aren't very happy with https moves/alt names hence
complain when trying to download from said sites.
Since polarssl is now mbed tls and everything got renamed switch to the
new URL to avoid this.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-03-31 07:59:20 -03:00 committed by Thomas Petazzoni
parent bd8c733fb4
commit 5469cb9724
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ config BR2_PACKAGE_POLARSSL
use it in your own proprietary applications, you have to use it in your own proprietary applications, you have to
purchase a commercial license. purchase a commercial license.
http://polarssl.org/ https://tls.mbed.org/
if BR2_PACKAGE_POLARSSL if BR2_PACKAGE_POLARSSL

View file

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
POLARSSL_SITE = https://polarssl.org/code/releases POLARSSL_SITE = https://tls.mbed.org/code/releases
POLARSSL_VERSION = 1.2.13 POLARSSL_VERSION = 1.2.13
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
POLARSSL_CONF_OPTS = \ POLARSSL_CONF_OPTS = \