mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
committed by
Martin Jansa
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"
|
||||
|
||||
Reference in New Issue
Block a user