perl-extutils-installpaths: new package

Only the host variant is added, which is needed as a dependency of
perl-module-build-tiny (host), itself needed for
perl-apache-logformat-compiler (target).

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad
2018-10-06 18:55:16 +02:00
committed by Thomas Petazzoni
parent fe66b114a2
commit c8136d8fb2
3 changed files with 21 additions and 0 deletions

View File

@@ -528,6 +528,7 @@ my $ua = HTTP::Tiny->new();
my %white_list = (
'ExtUtils-Config' => 1,
'ExtUtils-InstallPaths' => 1,
'ExtUtils-Helpers' => 1,
'Module-Build' => 1,
'Module-Build-Tiny' => 1,