mksh: Don't use ${PN}

Don't use ${PN} for the source dir, it will break multilib builds.
The correct variable is ${BPN}.

Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Weinberger 2019-01-10 10:42:11 +01:00 committed by Khem Raj
parent f00cb4cd84
commit b0d5b8c22d

View File

@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d0
inherit update-alternatives
S = "${WORKDIR}/${PN}"
S = "${WORKDIR}/${BPN}"
ALTERNATIVE_${PN} = "sh"
ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"