base.bbclass: Expand PNBLACKLIST across multilibs too
authorPeter Seebach <peter.seebach@windriver.com>
Fri, 10 Aug 2012 22:32:56 +0000 (17:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2012 13:26:40 +0000 (14:26 +0100)
commit46e8d645d9026456dbebac71dd258e1ce122468d
treeca8f70d81a95b15bac2602478cc647259491aef1
parent61519ab6ed87bd2252a6c592cd9fcad836bc920f
base.bbclass: Expand PNBLACKLIST across multilibs too

The PNBLACKLIST feature does not currently work with multilibs,
because they have different ${PN}. The obvious thing to do is to
do this at the same point that we do the PREFERRED_PROVIDER
and PREFERRED_VERSION fixups. (Making the PNBLACKLIST check
do the for-each-multilib check requires it to do the multilib
list generation repeatedly.)

(From OE-Core rev: 9bc0ca9369d0daee94abf60d3d521cc734c7e8cd)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass