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

2019-09-03 Thread Alexander Kanavin
On Tue, 3 Sep 2019 at 17:29, Alexander Kanavin 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

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

2019-09-03 Thread Alexander Kanavin
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