[oe-commits] [meta-openembedded] 08/12: mksh: Don't use ${PN}

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 07:28:09 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b0d5b8c22d8d955f831c36041a54bfdd4e52c4fb
Author: Richard Weinberger <richard at nod.at>
AuthorDate: Thu Jan 10 10:42:11 2019 +0100

    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 at gmail.com>
    Signed-off-by: Richard Weinberger <richard at nod.at>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-shells/mksh/mksh_56.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-shells/mksh/mksh_56.bb b/meta-oe/recipes-shells/mksh/mksh_56.bb
index 324b5b6..e4eb542 100644
--- a/meta-oe/recipes-shells/mksh/mksh_56.bb
+++ b/meta-oe/recipes-shells/mksh/mksh_56.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list