[Buildroot] [PATCH v2 5/6] package/gr-osmosdr: add python3 support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 3 22:43:20 UTC 2020


On Fri, 17 Jan 2020 12:02:31 +0100
Gwenhael Goavec-Merou <gwenj at trabucayre.com> wrote:

> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
> 
> Gnuradio 3.8 support python2 and python3 and since gr-osmosdr support both two,
> adapts dependencies
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
> ---
>  package/gr-osmosdr/Config.in     | 2 +-
>  package/gr-osmosdr/gr-osmosdr.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/gr-osmosdr/Config.in b/package/gr-osmosdr/Config.in
> index f26380371f..ee01f5add4 100644
> --- a/package/gr-osmosdr/Config.in
> +++ b/package/gr-osmosdr/Config.in
> @@ -11,7 +11,7 @@ if BR2_PACKAGE_GR_OSMOSDR
>  
>  config BR2_PACKAGE_GR_OSMOSDR_PYTHON
>  	bool "python support"
> -	depends on BR2_PACKAGE_GNURADIO_PYTHON
> +	depends on BR2_PACKAGE_GNURADIO_PYTHON || BR2_PACKAGE_GNURADIO_PYTHON3

This option BR2_PACKAGE_GNURADIO_PYTHON3 does not exist, so I dropped
this part of the change.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list