]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes/cython: also process .cpp files
authorRoss Burton <ross.burton@arm.com>
Wed, 24 Sep 2025 12:07:39 +0000 (13:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Sep 2025 09:57:11 +0000 (10:57 +0100)
commit07f156731a9dd7cade56e1d64444dafa18f57e6f
tree76c62ee0c77c2e181c81e3433ef58355aca7da77
parent82ae2d5497e8ddd825c0350250ed555588a37727
classes/cython: also process .cpp files

Some Python packages, such as python3-frozenlist, generate .cpp files
with cython so we should also process those.

Frustratingly this doesn't actually solve the reproducible problem with
frozenlist as the path is a temporary directory...

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/cython.bbclass