]> code.ossystems Code Review - openembedded-core.git/commit
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:05 +0000 (15:15 +0000)
commitce46dbddef40ae3eef7238ac07438b15bd09e156
tree9bfc164ddef9f612d33822985e182272431f4bcf
parent61da952fdc2996c27c56234c36116a69a23a378d
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.

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