[oe-commits] Lianhao Lu : qt4x11.bbclass: Using BPN instead of PN.

git version control git at git.openembedded.org
Fri Aug 5 16:31:20 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 32faad3b901345a31978664fd1743c9a1729c67d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=32faad3b901345a31978664fd1743c9a1729c67d

Author: Lianhao Lu <lianhao.lu at intel.com>
Date:   Fri Aug  5 10:57:55 2011 +0800

qt4x11.bbclass: Using BPN instead of PN.

[YOCTO #1335] Using BPN instead of BP to decide the DEPENDS content for
multilib cases.

Signed-off-by: Lianhao Lu <lianhao.lu at intel.com>

---

 meta/classes/qt4x11.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass
index abb1d9d..ee2cdca 100644
--- a/meta/classes/qt4x11.bbclass
+++ b/meta/classes/qt4x11.bbclass
@@ -1,4 +1,4 @@
-DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
+DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('BPN', d, True)[:12] == 'qt4-x11-free')]}"
 
 inherit qmake2
 





More information about the Openembedded-commits mailing list