merged Bruce
On Tue, Jul 24, 2018 at 4:32 AM, Hongzhi.Song <[email protected]> wrote: > do_fetch fails because URL is wrong. > > Signed-off-by: Hongzhi.Song <[email protected]> > --- > 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 144b13c..9206046 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 = " \ > - https://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ > + https://code.coreboot.org/p/seabios/downloads/${PN}-${PV}.tar.gz \ > file://hostcc.patch \ > " > > -- > 2.11.0 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
