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 <[email protected]> --- recipes-extended/seabios/seabios_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.9.1.bb index 5c095ac..144b13c 100644 --- a/recipes-extended/seabios/seabios_1.9.1.bb +++ b/recipes-extended/seabios/seabios_1.9.1.bb @@ -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 \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
