mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-02 18:59:37 +02:00
hexedit: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
Reference in New Issue
Block a user