[meta-virtualization] [PATCH] seabios: uri corrected to https

Bruce Ashfield bruce.ashfield at gmail.com
Thu Oct 5 12:56:35 PDT 2017


merged.

Bruce

On Thu, Oct 5, 2017 at 5:00 AM, Dariusz Pelowski
<dariusz.pelowski at gmail.com> wrote:
> 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 at gmail.com>
> ---
>  recipes-extended/seabios/seabios_1.9.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.9.1.bb
> index 5c095ac..144b13c 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"
>  SECTION = "firmware"
>
>  SRC_URI = " \
> -    http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \
> +    https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \
>      file://hostcc.patch \
>      "
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list