picocom: 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:
Yi Zhao
2015-05-08 15:42:29 +08:00
committed by Martin Jansa
parent 76e34afc7d
commit 7c9b9e27b3
@@ -13,6 +13,6 @@ CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DH
do_install () { do_install () {
install -d ${D}${bindir} install -d ${D}${bindir}
install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/ install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
} }