package/xenomai: fallback to http
The https protocol return: "ERROR 503: Service Temporarily Unavailable" Fixes: http://autobuild.buildroot.net/results/120/12034603c46c8bd69590c88bbfe85261460b699c Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
665560856e
commit
2af19b0143
@ -11,7 +11,7 @@ else
|
||||
BR_NO_CHECK_HASH_FOR += $(XENOMAI_SOURCE)
|
||||
endif
|
||||
|
||||
XENOMAI_SITE = https://xenomai.org/downloads/xenomai/stable
|
||||
XENOMAI_SITE = http://xenomai.org/downloads/xenomai/stable
|
||||
XENOMAI_SOURCE = xenomai-$(XENOMAI_VERSION).tar.bz2
|
||||
XENOMAI_LICENSE = GPL-2.0+ with exception (headers), LGPL-2.1+ (libraries), GPL-2.0+ (kernel), GFDL-1.2+ (docs), GPL-2.0 (ipipe patch, can driver)
|
||||
# GFDL is not included but refers to gnu.org
|
||||
|
Loading…
Reference in New Issue
Block a user