8736da7cba
$(HOST_DIR)/bin/python symlink is only created when
BR2_PACKAGE_PYTHON3 is set.
When only host-python3 is used this symlink is not present and build fails
with:
-- Python checking for Python version 2.7 or greater
-- Python checking for Python version 2.7 or greater - unknown error
--
-- Python checking for Mako templates 0.4.2 or greater
-- Python checking for Mako templates 0.4.2 or greater - unknown error
--
-- Python checking for requests 2.0 or greater
-- Python checking for requests 2.0 or greater - unknown error
--
-- Python checking for numpy 1.7 or greater
-- Python checking for numpy 1.7 or greater - unknown error
--
-- Configuring LibUHD support...
-- Dependency Boost_FOUND = TRUE
-- Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE
-- Dependency HAVE_PYTHON_MODULE_MAKO = FALSE
This patch set explicitly PYTHON_EXECUTABLE to $(HOST_DIR)/bin/python3
This is a fallout from
|
||
---|---|---|
.. | ||
0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch | ||
0002-host-fix-build-boost-173.patch | ||
0003-add-RISC-V-endian-detection.patch | ||
0004-lib-Fix-missing-includes-in-rpc-hpp.patch | ||
0005-core-remove-boost-math-in-favor-of-std-cmath.patch | ||
Config.in | ||
uhd.hash | ||
uhd.mk |