mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
vgabios: replace PN with BPN, to solve fetch failure while building for multilib
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@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
4277759428
commit
720a916d83
|
@ -7,7 +7,7 @@ DEPENDS = "dev86-native biossums-native"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
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[md5sum] = "2c0fe5c0ca08082a9293e3a7b23dc900"
|
||||||
SRC_URI[sha256sum] = "9d24c33d4bfb7831e2069cf3644936a53ef3de21d467872b54ce2ea30881b865"
|
SRC_URI[sha256sum] = "9d24c33d4bfb7831e2069cf3644936a53ef3de21d467872b54ce2ea30881b865"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user