package/gnuradio: drop gr-pager (gr-flex) option
gr-pager (labeled 'gr-flex' in our menuconfig) is not available since bump to version 3.8.0.0 in commit0d6a7b2981
(package/gnuradio: bump to version 3.8.0.0) and upstream commit:2d2caa205f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit5045cab63d
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2f68843249
commit
8476428660
@ -146,6 +146,12 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2021.05"
|
||||
|
||||
config BR2_PACKAGE_GNURADIO_PAGER
|
||||
bool "gnuradio gr-flex support removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
gr-flex has been removed from gnuradio since version 3.8.0.0.
|
||||
|
||||
config BR2_PACKAGE_UDISKS_LVM2
|
||||
bool "udisks lvm2 support removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -130,12 +130,6 @@ config BR2_PACKAGE_GNURADIO_FILTER
|
||||
help
|
||||
Filter signal processing blocks
|
||||
|
||||
config BR2_PACKAGE_GNURADIO_PAGER
|
||||
bool "gr-flex support"
|
||||
select BR2_PACKAGE_GNURADIO_ANALOG
|
||||
help
|
||||
FLEX pager decoder implementation blocks
|
||||
|
||||
config BR2_PACKAGE_GNURADIO_QTGUI
|
||||
bool "gr-qtgui"
|
||||
depends on BR2_PACKAGE_GNURADIO_PYTHON
|
||||
|
@ -130,12 +130,6 @@ else
|
||||
GNURADIO_CONF_OPTS += -DENABLE_PYTHON=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNURADIO_PAGER),y)
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_PAGER=ON
|
||||
else
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_PAGER=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNURADIO_QTGUI),y)
|
||||
GNURADIO_DEPENDENCIES += qt5base python-pyqt5 qwt
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_QTGUI=ON
|
||||
|
Loading…
Reference in New Issue
Block a user