mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 15:23:27 +08:00
package: use http:// for alioth.debian.org URLs
Fixes http://autobuild.buildroot.net/results/183a1be6ab1137c90dca0201d4bc72c7c0e659a3 alioth.debian.org uses a SSL certificate signed by spi-inc.org, which isn't a trusted CA on non-Debian systems, causing wget to refuse download. Fix it by using http URLs instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bbfa50f3ea
commit
72eb8290d2
@ -5,7 +5,7 @@
|
||||
# ########################################################
|
||||
CCID_VERSION = 1.4.7
|
||||
CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2
|
||||
CCID_SITE = https://alioth.debian.org/frs/download.php/3730
|
||||
CCID_SITE = http://alioth.debian.org/frs/download.php/3730
|
||||
CCID_INSTALL_STAGING = YES
|
||||
CCID_DEPENDENCIES = pcsc-lite host-pkg-config libusb
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# ########################################################
|
||||
PCSC_LITE_VERSION = 1.8.6
|
||||
PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2
|
||||
PCSC_LITE_SITE = https://alioth.debian.org/frs/download.php/3757
|
||||
PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/3757
|
||||
PCSC_LITE_INSTALL_STAGING = YES
|
||||
PCSC_LITE_DEPENDENCIES = host-pkg-config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user