[Buildroot] [PATCH] package/gr-osmosdr: bump to 0.2.0

Gwenhael Goavec-Merou gwenj at trabucayre.com
Sat Apr 11 09:27:30 UTC 2020



On 10/04/2020 22:23, Thomas Petazzoni wrote:
> On Fri, 10 Apr 2020 17:01:11 +0200
> Gwenhael Goavec-Merou <gwenj at trabucayre.com> wrote:
> 
>> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
>>
>> Since, gr-osmosdr is python3 only, drop everything related to python2.
>> python-cheetah is no more mandatory, so drop this too.
>>
>> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
>> ---
>>   package/gr-osmosdr/Config.in       | 1 +
>>   package/gr-osmosdr/gr-osmosdr.hash | 2 +-
>>   package/gr-osmosdr/gr-osmosdr.mk   | 8 ++++----
>>   3 files changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/package/gr-osmosdr/Config.in b/package/gr-osmosdr/Config.in
>> index 1e80137f35..3d12540c7d 100644
>> --- a/package/gr-osmosdr/Config.in
>> +++ b/package/gr-osmosdr/Config.in
>> @@ -1,6 +1,7 @@
>>   config BR2_PACKAGE_GR_OSMOSDR
>>   	bool "gr-osmosdr"
>>   	depends on BR2_PACKAGE_GNURADIO
>> +	depends on BR2_PACKAGE_PYTHON3
> 
> Why do you add this dependency? The package itself only requires
> host-python3, not the target python.
> 
> However, the BR2_PACKAGE_GR_OSMOSDR_PYTHON option would indeed need
> this dependency.
> 
> Am I missing something ?
> 
> Thanks,
> 
> Thomas
> 
No, It's true, this depends must be for BR2_PACKAGE_GR_OSMOSDR_PYTHON
...

Thanks

Gwen


More information about the buildroot mailing list