picocom: 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:
Yi Zhao 2015-05-08 15:42:29 +08:00 committed by Armin Kuster
parent 40ab1749ac
commit a879a4f549

View File

@ -13,6 +13,6 @@ CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DH
do_install () {
install -d ${D}${bindir}
install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/
install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
}