DEBUG: Executing python function do_create_v8_qemu_wrapper
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_create_v8_qemu_wrapper(d)
0003:
File: 'TOPDIR/sources/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb', lineno: 115, function: do_create_v8_qemu_wrapper
0111: d.expand('${STAGING_DIR_HOST}${base_libdir}')]
0112: qemu_cmd = ""
0113:
0114: if d.getVar("HOST_AND_TARGET_SAME_WIDTH") == "0":
*** 0115: qemu_cmd = qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'),
0116: qemu_libdirs)
0117:
0118: wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh')
0119: with open(wrapper_path, 'w') as wrapper_file:
Exception: NameError: name 'qemu_wrapper_cmdline' is not defined
DEBUG: Python function do_create_v8_qemu_wrapper finished