perl-extutils-config: 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:14 +02:00 committed by Thomas Petazzoni
parent 2a1358097f
commit efab462124
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 565a7b09c7cac5907a25bbe2c959a717 ExtUtils-Config-0.008.tar.gz
sha256 ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c ExtUtils-Config-0.008.tar.gz
# computed by scancpan
sha256 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc LICENSE

View file

@ -0,0 +1,13 @@
################################################################################
#
# perl-extutils-config
#
################################################################################
PERL_EXTUTILS_CONFIG_VERSION = 0.008
PERL_EXTUTILS_CONFIG_SOURCE = ExtUtils-Config-$(PERL_EXTUTILS_CONFIG_VERSION).tar.gz
PERL_EXTUTILS_CONFIG_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT
PERL_EXTUTILS_CONFIG_LICENSE = Artistic or GPL-1.0+
PERL_EXTUTILS_CONFIG_LICENSE_FILES = LICENSE
$(eval $(host-perl-package))

View file

@ -527,6 +527,7 @@ my $mcpan = MetaCPAN::API::Tiny->new(base_url => 'http://fastapi.metacpan.org/v1
my $ua = HTTP::Tiny->new();
my %white_list = (
'ExtUtils-Config' => 1,
'Module-Build' => 1,
'Module-Build-Tiny' => 1,
);