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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 7 09:57:45 UTC 2016


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.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list