[OE-core] [PATCH] package.bbclass: add PRIVATE_LIBS_ALL

Alexander Kanavin alex.kanavin at gmail.com
Tue Sep 3 15:46:01 UTC 2019


On Tue, 3 Sep 2019 at 17:29, Alexander Kanavin <alex.kanavin at gmail.com>
wrote:

> PRIVATE_LIBS is used to exclude 'private' libraries from getting added to
> automatic runtime dependency resolution. That variable has to list
> all libraries by name which becomes a maintenance issue if the list
> of such libraries frequently changes, or is very large.
>
> PRIVATE_LIBS_ALL allows declaring all libraries private, either
> for a specific target package (e.g. -ptest), or for all packages
> produced by a recipe.
>

Please discard this, we can use fnmatch.fnmatch(*filename*, *pattern*) to
simply allow wildcards in PRIVATE_LIBS. I will make another patch.

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190903/e5570850/attachment.html>


More information about the Openembedded-core mailing list