[meta-virtualization] [PATCH] seabios: modify SRC_URI

Hongzhi.Song hongzhi.song at windriver.com
Tue Jul 24 01:32:31 PDT 2018


do_fetch fails because URL is wrong.

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 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.11.0



More information about the meta-virtualization mailing list