Answers for "python/python3-pybind11_2.5.0.bb:do_configure) failed with exit code '1'"

0

python/python3-pybind11_2.5.0.bb:do_configure) failed with exit code '1'

My work around (for now, until yocto is verified on Ubuntu 20.04) were to tell CMake where the Phyton executable is located:
In python3-pybind11_2.5.0.bb recipe alter the EXTRA_OECMAKE variable like:

EXTRA_OECMAKE =  "-DPYBIND11_TEST=OFF \
		-DPYTHON_EXECUTABLE=${RECIPE_SYSROOT_NATIVE}/usr/bin/python3-native/python3.7 \
"
Posted by: Guest on July-22-2021

Code answers related to "python/python3-pybind11_2.5.0.bb:do_configure) failed with exit code '1'"

Browse Popular Code Answers by Language