mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 13:32:54 +00:00
fbset: use BP instead of P to fix multilib build
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2597d5e92d
commit
65d71946f2
@ -22,9 +22,9 @@ inherit autotools-brokensep update-alternatives
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
|
||||
install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real
|
||||
install -m 0644 ${WORKDIR}/${P}/*.5 ${D}${datadir}/man/man5
|
||||
install -m 0644 ${WORKDIR}/${P}/*.8 ${D}${datadir}/man/man8
|
||||
install -m 0755 ${WORKDIR}/${BP}/fbset ${D}${sbindir}/fbset.real
|
||||
install -m 0644 ${WORKDIR}/${BP}/*.5 ${D}${datadir}/man/man5
|
||||
install -m 0644 ${WORKDIR}/${BP}/*.8 ${D}${datadir}/man/man8
|
||||
}
|
||||
|
||||
ALTERNATIVE_fbset = "fbset"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user