[oe-commits] Jackie Huang : fbset: use BP instead of P to fix multilib build

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:07 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: cceeb5cd7a50fd8fd368841dfba4661a57a786f1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cceeb5cd7a50fd8fd368841dfba4661a57a786f1

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Jun  6 04:28:47 2014 -0400

fbset: use BP instead of P to fix multilib build

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"



More information about the Openembedded-commits mailing list