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:
parent
bd8c733fb4
commit
5469cb9724
@ -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
|
||||||
|
|
||||||
|
@ -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 = \
|
||||||
|
Loading…
Reference in New Issue
Block a user