summaryrefslogtreecommitdiffstats
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:43:34 +0100
commit2d9a3b76950c9d4159f9d1172ef582f63e652a4f (patch)
tree2ec4a0c1d065f9a416f34222d90bcadd24c09782 /meta/classes/qt4x11.bbclass
parent8c9fe92aa17ebc7b621e57fbe20d0dbe09395d99 (diff)
downloadpoky-2d9a3b76950c9d4159f9d1172ef582f63e652a4f.tar.gz
qt4x11.bbclass: Using BPN instead of PN.
[YOCTO #1335] Using BPN instead of BP to decide the DEPENDS content for multilib cases. (From OE-Core rev: 32faad3b901345a31978664fd1743c9a1729c67d) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}" 1DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('BPN', d, True)[:12] == 'qt4-x11-free')]}"
2 2
3inherit qmake2 3inherit qmake2
4 4