mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8c9fe92aa1
commit
2d9a3b7695
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user