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:57:25 -0400
commit55419ec23143f35667bc895d482abc2b7e04c4e3 (patch)
tree1ff5b48a4e694a776eafc9cd19b22183771545db
parent66ee1a565031c39a772754879702ae98322fe8a2 (diff)
downloadmeta-virtualization-55419ec23143f35667bc895d482abc2b7e04c4e3.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 92060462..77e8f34a 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/${PN}-${PV}.tar.gz \ 7 https://www.seabios.org/downloads/${PN}-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10 10