diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-09 23:28:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-09 23:28:56 +0200 |
commit | ef531c6ded27b62462c74b964fad8f5c337da3a2 (patch) | |
tree | ab692133cb111e42d80e70a770d13b8748fd69b0 /arch/Config.in.sparc | |
parent | 25677a717ccaaaf3d9acf32a3d968eaff8f09151 (diff) | |
download | buildroot-ef531c6ded27b62462c74b964fad8f5c337da3a2.tar.gz buildroot-ef531c6ded27b62462c74b964fad8f5c337da3a2.zip |
gnuradio: break dependency chain by using 'depends on'
This commit fixes the following recursive dependency:
package/python/Config.in:5:error: recursive dependency detected!
package/python/Config.in:5: symbol BR2_PACKAGE_PYTHON is selected by BR2_PACKAGE_GNURADIO_PYTHON
package/gnuradio/Config.in:46: symbol BR2_PACKAGE_GNURADIO_PYTHON is selected by BR2_PACKAGE_GNURADIO_UTILS
package/gnuradio/Config.in:55: symbol BR2_PACKAGE_GNURADIO_UTILS depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
package/python-numpy/Config.in:1: symbol BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS depends on BR2_PACKAGE_PYTHON
by replacing the "select BR2_PACKAGE_PYTHON" by a "depends on
BR2_PACKAGE_PYTHON", and ditto for the BR2_PACKAGE_GNURADIO_PYTHON
selection.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/Config.in.sparc')
0 files changed, 0 insertions, 0 deletions