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>
This commit is contained in:
Christopher Clark 2018-09-19 13:57:55 -07:00 committed by Bruce Ashfield
parent cea8ca7c9c
commit 6f2de77556

View File

@ -4,16 +4,17 @@ LICENSE = "LGPLv3"
SECTION = "firmware"
SRC_URI = " \
https://www.seabios.org/downloads/${PN}-${PV}.tar.gz \
https://github.com/qemu/seabios/archive/rel-${PV}.tar.gz \
file://hostcc.patch \
"
S = "${WORKDIR}/${PN}-rel-${PV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \
"
SRC_URI[md5sum] = "e21b6f3e54d492be837ef20d66617f81"
SRC_URI[sha256sum] = "8a2a562fe5cfd37fe8327cdc4a60accdfe441e235b29e6999fdeb442ba98d608"
SRC_URI[md5sum] = "3f78065837dbd8873513a1b7d5276e78"
SRC_URI[sha256sum] = "73e73c8e406d97265782f6c942b3c1d178ed4f4afc9f381b22336c3968291693"
FILES_${PN} = "/usr/share/firmware"