summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-supervisor
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-11-05 13:07:30 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-04 23:14:25 -0800
commit9e825eccc933db6912a7a527a015bc708965beee (patch)
tree967119ba324d16ab8957e5c33124a2dcfafd3c18 /meta-python/recipes-devtools/python/python3-supervisor
parentf884ac26766671f837e679665a766bd57fbeadca (diff)
downloadmeta-openembedded-9e825eccc933db6912a7a527a015bc708965beee.tar.gz
python3-systemd: fix build failure caused by race condition
For now, building python3-systemd sometimes reports error: pyutil.o not found This is because its setup.py is not written in a way to handle race condition. Multiple modules are using the same .c file, resulting in the corresponding .o file generated multiple times. The latest release of python3-systemd is 235, and the latest codes have switched away from setup.py. So we'd better not patch setup.py. Instead, we handle this issue by making its modules compile one by one. It only has 5 modules, so there should be little impact on building time. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-supervisor')
0 files changed, 0 insertions, 0 deletions