mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 04:00:16 +00:00
Newer setuptools/distutils' spawn() forwards **kwargs directly to subprocess.check_call(), which does not accept a verbose argument, causing do_compile to fail with: TypeError: Popen.__init__() got an unexpected keyword argument 'verbose' Extend the existing 0004 patch, which already touches this exact spawn.spawn() call for the --noline buildpaths fix, to also drop the now-incompatible verbose=1 keyword. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>