summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongzhi.Song <hongzhi.song@windriver.com>2018-07-24 01:32:31 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-07-26 10:40:26 -0400
commit017755d670835f135ff96e06b23a370a8eccc430 (patch)
tree911ccb323ccc40503e6de685d4e2aa7e32252fca
parente2ab59ec3e4b547da635cda725090d42126dcfd2 (diff)
downloadmeta-virtualization-017755d670835f135ff96e06b23a370a8eccc430.tar.gz
seabios: modify SRC_URI
do_fetch fails because URL is wrong. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/seabios/seabios_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.9.1.bb
index 144b13c3..92060462 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"
4SECTION = "firmware" 4SECTION = "firmware"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ 7 https://code.coreboot.org/p/seabios/downloads/${PN}-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10 10