summaryrefslogtreecommitdiffstats
path: root/recipes-extended/seabios/seabios_1.9.1.bb
diff options
context:
space:
mode:
authorDariusz Pelowski <dariusz.pelowski@gmail.com>2017-10-05 11:00:14 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-10-05 10:44:00 -0400
commit5d564365cff33041d3055b6bdeffc4b173665c8a (patch)
tree7efd3cef731a4e399cc77dfcfb79b45299a12fb8 /recipes-extended/seabios/seabios_1.9.1.bb
parent58e10e543f0fef2e8cdea1af84c5a11fff9cc900 (diff)
downloadmeta-virtualization-5d564365cff33041d3055b6bdeffc4b173665c8a.tar.gz
seabios: uri corrected to https
There's a problem with fetching SeaBIOS source code via http. SeaBIOS server returns 308: Permanent Redirect which fails on wget 1.17.1. The official source code uri goes to https, this patch aligns SRC_URI to officialy provided by SeaBIOS team. Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/seabios/seabios_1.9.1.bb')
-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 5c095ac2..144b13c3 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 https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10 10