From: Christopher Clark <[email protected]> Remove '/get/' from the seabios SRC_URI at coreboot.org.
Signed-off-by: Christopher Clark <[email protected]> --- Please use my gmail address for any correspondence to me. The previous SRC_URI in the seabios recipe which includes "/get/" is causing fetcher failure (results in 404 Not Found). 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 144b13c..9206046 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 = " \ - https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ + https://code.coreboot.org/p/seabios/downloads/${PN}-${PV}.tar.gz \ file://hostcc.patch \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
