[OE-core] [PATCH] package.bbclass: allow shell-style wildcards in PRIVATE_LIBS

Alexander Kanavin alex.kanavin at gmail.com
Wed Sep 4 14:52:10 UTC 2019


On Wed, 4 Sep 2019 at 14:55, Quentin Schulz <
quentin.schulz at streamunlimited.com> wrote:

> So we just need to invert the logic actually.
>
> matched = False
> for pattern in private_libs:
>         if fnmatch.fnmatch(this_soname, pattern)]) == 0:
>                 matched = True
>                 break
>
> if not matched:
>         sonames.add(prov)
>

I think you are looking for the "for...else" feature in Python :) Still,
the original code is not adding any lines at all while yours adds eight so
I'd just keep the patch as it is.

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


More information about the Openembedded-core mailing list