[oe] [PATCH 3/3] fbset: use BP instead of P to fix multilib build

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Jun 6 08:28:47 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/recipes-support/fbset/fbset_2.1.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index 0639afc..84ea50c 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"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list