summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-08-13 15:53:33 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-14 12:59:55 -0400
commit47410a3cf2285711163214c774d5a81540ca9f2c (patch)
tree009757f8b7dadaaeeb9035ba1bdf416de3a14c77
parent2e8e06363369675c8cc15de418967392543a18a5 (diff)
downloadmeta-virtualization-47410a3cf2285711163214c774d5a81540ca9f2c.tar.gz
seabios: update SRC_URI to: https://www.seabios.org/downloads/...
According to the latest seabios download instructions, this is now the preferred source for release downloads. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.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..31b9cb9f 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://www.seabios.org/downloads/get/${PN}-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10 10