[meta-virtualization] [master][rocko][PATCH 1/2] vgabios: replace PN with BPN, to solve fetch failure while building for multilib
Bruce Ashfield
bruce.ashfield at gmail.com
Thu Mar 8 13:20:26 PST 2018
merged.
Bruce
On Wed, Mar 7, 2018 at 12:02 PM, Jagadeesh Krishnanjanappa
<jkrishnanjanappa at mvista.com> wrote:
> The multilib vgabios (for example lib32-vgabios) fetch fails with
> below error:
> -- snip --
> Location: http://nongnu.askapache.com/vgabios/lib32-vgabios-0.7a.tgz [following]
> --2018-03-07 16:45:22-- http://nongnu.askapache.com/vgabios/lib32-vgabios-0.7a.tgz
> Resolving nongnu.askapache.com... 192.185.42.228
> Connecting to nongnu.askapache.com|192.185.42.228|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-03-07 16:45:22 ERROR 404: Not Found.
> -- snip --
>
> Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa at mvista.com>
> ---
> recipes-extended/vgabios/vgabios_0.7a.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/vgabios/vgabios_0.7a.bb b/recipes-extended/vgabios/vgabios_0.7a.bb
> index 8c89041..3394173 100644
> --- a/recipes-extended/vgabios/vgabios_0.7a.bb
> +++ b/recipes-extended/vgabios/vgabios_0.7a.bb
> @@ -7,7 +7,7 @@ DEPENDS = "dev86-native biossums-native"
>
> LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
>
> -SRC_URI = "http://savannah.gnu.org/download/vgabios/${PN}-${PV}.tgz"
> +SRC_URI = "http://savannah.gnu.org/download/vgabios/${BPN}-${PV}.tgz"
>
> SRC_URI[md5sum] = "2c0fe5c0ca08082a9293e3a7b23dc900"
> SRC_URI[sha256sum] = "9d24c33d4bfb7831e2069cf3644936a53ef3de21d467872b54ce2ea30881b865"
> --
> 2.11.1
>
> --
> _______________________________________________
> 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