mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 09:11:26 +00:00
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:
parent
76e34afc7d
commit
7c9b9e27b3
@ -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}/
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user