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 13:01:24 -0400
commit786a54c8cca6388247277573011e96986b23f528 (patch)
treea169516a48cc38fe6bbb8cb9f01e838e30c3a3d3
parent2cef3030ffeef2ac76e92da7660cf8f9b514ded2 (diff)
downloadmeta-virtualization-krogoth.tar.gz
seabios: update SRC_URI to: https://www.seabios.org/downloads/...krogoth
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 88f29639..5b200aa6 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 http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ 7 http://www.seabios.org/downloads/get/${PN}-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10 10