mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
gr-osmosdr fails with:
CMake Error at /somewhere/buildroot/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/cmake/gnuradio/GnuradioConfig.cmake:116 (include):
include could not find load file:
/somewhere/buildroot/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/cmake/gnuradio/gnuradio-filterConfig.cmake
Call Stack (most recent call first):
CMakeLists.txt:45 (find_package)
gr-osmosdr depends on BR2_PACKAGE_GNURADIO_BLOCKS, BR2_PACKAGE_GNURADIO_FFT and
BR2_PACKAGE_GNURADIO_FILTER.
fix:
- http://autobuild.buildroot.net/results/1781db2b8c28641167f7a39a4d799930db13f9bf/
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
42 lines
941 B
Plaintext
42 lines
941 B
Plaintext
config BR2_PACKAGE_GR_OSMOSDR
|
|
bool "gr-osmosdr"
|
|
depends on BR2_PACKAGE_GNURADIO
|
|
select BR2_PACKAGE_GNURADIO_BLOCKS
|
|
select BR2_PACKAGE_GNURADIO_FFT
|
|
select BR2_PACKAGE_GNURADIO_FILTER
|
|
help
|
|
GNU Radio block for interfacing with various radio hardware
|
|
|
|
http://osmocom.org/projects/osmosdr
|
|
|
|
if BR2_PACKAGE_GR_OSMOSDR
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_PYTHON
|
|
bool "python support"
|
|
depends on BR2_PACKAGE_GNURADIO_PYTHON
|
|
help
|
|
Enable Python support
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_IQFILE
|
|
bool "IQ File Source support"
|
|
help
|
|
Enable IQ File Source support
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RTLSDR
|
|
bool "Osmocom RTLSDR support"
|
|
select BR2_PACKAGE_LIBRTLSDR
|
|
help
|
|
Enable Osmocom RTLSDR support
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RTLSDR_TCP
|
|
bool "RTLSDR TCP Client support"
|
|
help
|
|
Enable RTLSDR TCP client support
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RFSPACE
|
|
bool "RFSPACE Receivers support"
|
|
help
|
|
Enable RFSPACE Receivers support
|
|
|
|
endif
|