buildroot/package/gnuradio
Gwenhael Goavec-Merou e0b5ee9f18 package/gnuradio: fix host python name
$(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:

-- User set python executable buildroot/output/host/bin/python
-- Found PythonInterp: buildroot/output/host/bin/python (Required is at least version "2.7.6")
CMake Error at cmake/Modules/GrPython.cmake:40 (if):
  if given arguments:

    "VERSION_EQUAL" "3"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:368 (include)

-- Configuring incomplete, errors occurred!

This patch set explicitly PYTHON_EXECUTABLE to $(HOST_DIR)/bin/python3

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-04 21:24:00 +01:00
..
0001-gr-digital-glfsr.h-drop-boost-cstdint.hpp-and-use-cs.patch
0002-boost_qualify_placeholders_with_their_full_namespace.patch package/gnuradio: bump to 3.8.2.0 2021-07-28 21:34:32 +02:00
0003-gnuradio-runtime_pmt-dont-hardcode-INTERFACE_INCLUDE_DIRECTORIES.patch
0004-gr-qtgui-dont-t-add-examples-c-subdirectory-when-gr-.patch
0005-boost-remove-deprecated-math-common_factor.hpp.patch package/gnuradio: fix build with boost 1.77.0 2021-09-11 14:46:37 +02:00
Config.in package/gnuradio: disable package if affected from gcc bug 43744 2021-10-09 22:20:13 +02:00
gnuradio.hash package/gnuradio: bump to 3.8.2.0 2021-07-28 21:34:32 +02:00
gnuradio.mk package/gnuradio: fix host python name 2021-12-04 21:24:00 +01:00