aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/qt4x11.bbclass
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 10:57:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:30:13 +0100
commit32faad3b901345a31978664fd1743c9a1729c67d (patch)
tree62bab267508f9f0d243cd469edd2f4c3e2e6ae60 /meta/classes/qt4x11.bbclass
parent497c3d0ce55de72d2872968851ea34427214e7a0 (diff)
downloadopenembedded-core-contrib-32faad3b901345a31978664fd1743c9a1729c67d.tar.gz
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@intel.com>
Diffstat (limited to 'meta/classes/qt4x11.bbclass')
-rw-r--r--meta/classes/qt4x11.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass
index abb1d9d2e4..ee2cdca3ad 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