On Tue, 3 Sep 2019 at 17:29, Alexander Kanavin <[email protected]> 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
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
