Bump buildroot to 2019.02
This commit is contained in:
@@ -1,22 +1,27 @@
|
||||
comment "gqrx needs a toolchain w/ C++, threads, wchar"
|
||||
comment "gqrx needs a toolchain w/ C++, threads, wchar, dynamic library"
|
||||
depends on BR2_USE_MMU # gnuradio
|
||||
depends on !BR2_PACKAGE_PYTHON3 # gnuradio
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_USE_WCHAR
|
||||
!BR2_USE_WCHAR || !BR2_STATIC_LIBS
|
||||
|
||||
comment "gqrx needs qt5, gnuradio, fftw's single precision"
|
||||
depends on !BR2_PACKAGE_GNURADIO || !BR2_PACKAGE_FFTW_PRECISION_SINGLE || \
|
||||
!BR2_PACKAGE_QT5
|
||||
comment "gqrx needs qt5"
|
||||
depends on !BR2_PACKAGE_QT5
|
||||
|
||||
config BR2_PACKAGE_GQRX
|
||||
bool "gqrx"
|
||||
depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE # gnuradio
|
||||
depends on BR2_PACKAGE_GNURADIO
|
||||
depends on BR2_PACKAGE_QT5
|
||||
depends on BR2_USE_MMU # gnuradio
|
||||
depends on !BR2_STATIC_LIBS # gnuradio
|
||||
depends on BR2_INSTALL_LIBSTDCPP # boost
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
||||
depends on BR2_USE_WCHAR # boost
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
||||
depends on BR2_PACKAGE_QT5
|
||||
depends on !BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_BOOST
|
||||
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_GNURADIO
|
||||
select BR2_PACKAGE_GNURADIO_ANALOG
|
||||
select BR2_PACKAGE_GNURADIO_AUDIO
|
||||
select BR2_PACKAGE_GNURADIO_BLOCKS
|
||||
|
||||
Reference in New Issue
Block a user