mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
meta-oe: 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
621de68d62
commit
05de0ca43d
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab
|
||||
|
||||
DEPENDS = "ncurses libevent sed-native"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${P}.tar.gz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"
|
||||
SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user