summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-09-19 13:57:55 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-22 23:11:28 -0400
commit6f2de77556960d6953aa56fb8e8d876f58fdd583 (patch)
treed9456754171b7c5f57f33b88cf36f518ba907898
parentcea8ca7c9c92f5cccc2dc4725d0e7de934f9c100 (diff)
downloadmeta-virtualization-6f2de77556960d6953aa56fb8e8d876f58fdd583.tar.gz
seabios: update to 1.11.2 and use github for SRC_URI
Update to version 1.11.2 fixes compile errors encountered with 1.9.1. Use the official QEMU github mirror of git.qemu.org/seabios as a stable, maintained, available SRC_URI for seabios releases. While downloads.seabios.org is documented as the official source, it has not published tarballs for the most recent releases. 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.11.2.bb (renamed from recipes-extended/seabios/seabios_1.9.1.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.11.2.bb
index 77e8f34a..4ea9eb78 100644
--- a/recipes-extended/seabios/seabios_1.9.1.bb
+++ b/recipes-extended/seabios/seabios_1.11.2.bb
@@ -4,16 +4,17 @@ LICENSE = "LGPLv3"
4SECTION = "firmware" 4SECTION = "firmware"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 https://www.seabios.org/downloads/${PN}-${PV}.tar.gz \ 7 https://github.com/qemu/seabios/archive/rel-${PV}.tar.gz \
8 file://hostcc.patch \ 8 file://hostcc.patch \
9 " 9 "
10S = "${WORKDIR}/${PN}-rel-${PV}"
10 11
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \ 13 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \
13 " 14 "
14 15
15SRC_URI[md5sum] = "e21b6f3e54d492be837ef20d66617f81" 16SRC_URI[md5sum] = "3f78065837dbd8873513a1b7d5276e78"
16SRC_URI[sha256sum] = "8a2a562fe5cfd37fe8327cdc4a60accdfe441e235b29e6999fdeb442ba98d608" 17SRC_URI[sha256sum] = "73e73c8e406d97265782f6c942b3c1d178ed4f4afc9f381b22336c3968291693"
17 18
18FILES_${PN} = "/usr/share/firmware" 19FILES_${PN} = "/usr/share/firmware"
19 20