mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
fbgrab: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz"
|
|||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
|
SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
|
||||||
SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
|
SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
|
||||||
|
|||||||
Reference in New Issue
Block a user