[Buildroot] [PATCH 2/2] dependencies: check for Math BigInt/BigRat Perl module

Romain Naour romain.naour at gmail.com
Thu Jul 7 10:11:19 UTC 2016


Hi Thomas,

Le 07/07/2016 à 11:57, Thomas Petazzoni a écrit :
> Hello,
> 
> On Thu,  7 Jul 2016 00:43:32 +0200, Romain Naour wrote:
> 
>> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
>> index 5832cf3..40e83d4 100755
>> --- a/support/dependencies/dependencies.sh
>> +++ b/support/dependencies/dependencies.sh
>> @@ -239,6 +239,8 @@ fi
>>  # Check that the Perl installation is complete enough for Buildroot.
>>  required_perl_modules="Data::Dumper" # Needed to build host-autoconf
>>  required_perl_modules="$required_perl_modules ExtUtils::MakeMaker" # Used by host-libxml-parser-perl
>> +required_perl_modules="$required_perl_modules Math::BigInt" # Used by mpv
>> +required_perl_modules="$required_perl_modules Math::BigRat" # Used by mpv
>>  required_perl_modules="$required_perl_modules Thread::Queue" # Used by host-automake
> 
> Should the addition of those Perl modules be conditional on the mpv
> package being enabled? I'm not sure, just wondering.

Yes, I hesitated doing so, but these modules are pretty small.

I haven't a strong opinion...

Best regards,
Romain

> 
> Thomas
> 




More information about the buildroot mailing list