From 65d71946f2e9cf7a55dc1f153a1f47fa504ee47a Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 6 Jun 2014 04:28:47 -0400 Subject: fbset: use BP instead of P to fix multilib build Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-oe/recipes-support/fbset/fbset_2.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-oe/recipes-support/fbset/fbset_2.1.bb') diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index 0639afc3c5..84ea50c9d1 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1.bb +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb @@ -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" -- cgit 1.2.3-korg