mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
seabios: uri corrected to https
There's a problem with fetching SeaBIOS source code via http. SeaBIOS server returns 308: Permanent Redirect which fails on wget 1.17.1. The official source code uri goes to https, this patch aligns SRC_URI to officialy provided by SeaBIOS team. Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
58e10e543f
commit
5d564365cf
|
@ -4,7 +4,7 @@ LICENSE = "LGPLv3"
|
|||
SECTION = "firmware"
|
||||
|
||||
SRC_URI = " \
|
||||
http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \
|
||||
https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \
|
||||
file://hostcc.patch \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user