diff options
author | Pedro Ferreira <Pedro.Silva.Ferreira@criticaltechworks.com> | 2025-03-07 10:33:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-09 20:10:06 +0000 |
commit | 3480f4dbe9f9f285c75c1e874ddf994400c08c16 (patch) | |
tree | 4a29eae3fd954edb839da6177edb54ae9b14234c /bitbake/lib/bb/fetch2/npm.py | |
parent | 19584fedb82fa6486f049a2645e4b2356a607fda (diff) | |
download | poky-3480f4dbe9f9f285c75c1e874ddf994400c08c16.tar.gz |
bitbake: codeparser: Skipping typing when inspecting Python modules
If a custom python module is added thru BBIMPORTS and it
uses typing(Any,Tuple,Union...), codeparser will fail because
inspect.py raises TypeError exception if the object is a
built-in module, class, or function.
(Bitbake rev: 0ecfd0b8540220633e71d24cd73cc5306863ae3c)
Signed-off-by: Pedro Silva Ferreira <Pedro.Silva.Ferreira@criticaltechworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/npm.py')
0 files changed, 0 insertions, 0 deletions