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:
Peter Korsgaard 2012-10-10 14:49:39 +02:00
parent bbfa50f3ea
commit 72eb8290d2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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