package bbclass: allow per package PRIVATE_LIBS
authorKoen Kooi <koen@dominion.thruhere.net>
Fri, 27 Jan 2012 16:50:40 +0000 (17:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 15:15:15 +0000 (15:15 +0000)
commit8d064188ee1d5305240fff195f7985f409f94a22
tree968b1678fc36016a3e0e9a286cb154f880f99e4a
parentf69e9bfe84254b9309178d682ab52630cb50cc81
package bbclass: allow per package PRIVATE_LIBS

If a recipe packages multiple versions of shlib (e.g. powervr drivers) we only want the shlib code to pickup $PN, not $PN-foo subpackages.
This keeps backward compatibility with the global PRIVATE_LIBS usage if no per package PRIVATE_LIBS are set for a given package. In other words: this doesn't break the firefox recipe.

(From OE-Core rev: ce46dbddef40ae3eef7238ac07438b15bd09e156)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass