[meta-virtualization] [PATCH] seabios: fix SRC_URI from coreboot.org to avoid fetch failure

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Wed Jul 18 14:59:44 PDT 2018


From: Christopher Clark <christopher.w.clark at gmail.com>

Remove '/get/' from the seabios SRC_URI at coreboot.org.

Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>
---
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



More information about the meta-virtualization mailing list