mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
meta-filesystems: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}
Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
304a68732d
commit
f1363ffca4
@@ -6,6 +6,6 @@ DEPENDS = "readline zlib"
|
||||
|
||||
inherit cmake
|
||||
|
||||
SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
|
||||
SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
|
||||
|
||||
Reference in New Issue
Block a user