boot/barebox: change download site to https
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e4e9e5f937
commit
2cf0688647
@ -28,7 +28,7 @@ $(1)_SITE_METHOD = git
|
|||||||
else
|
else
|
||||||
# Handle stable official Barebox versions
|
# Handle stable official Barebox versions
|
||||||
$(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
|
$(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
|
||||||
$(1)_SITE = http://www.barebox.org/download
|
$(1)_SITE = https://www.barebox.org/download
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(1)_DEPENDENCIES = host-lzop
|
$(1)_DEPENDENCIES = host-lzop
|
||||||
|
Loading…
Reference in New Issue
Block a user