summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/gnuradio/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gnuradio/Config.in b/package/gnuradio/Config.in
index 78ea5b7ded..603532cf0c 100644
--- a/package/gnuradio/Config.in
+++ b/package/gnuradio/Config.in
@@ -45,17 +45,16 @@ config BR2_PACKAGE_GNURADIO_FEC
config BR2_PACKAGE_GNURADIO_PYTHON
bool "python support"
+ depends on BR2_PACKAGE_PYTHON
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
select BR2_PACKAGE_BOOST_PYTHON
- select BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_NUMPY # runtime
help
Enable python component
config BR2_PACKAGE_GNURADIO_UTILS
bool "gr-utils support"
- depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
- select BR2_PACKAGE_GNURADIO_PYTHON
+ depends on BR2_PACKAGE_GNURADIO_PYTHON
help
Misc python utilities
OpenPOWER on IntegriCloud