diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-07-23 18:47:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-23 22:36:18 +0200 |
commit | 6e9d322a111ba776f54d87fb523cd37d3cf793ef (patch) | |
tree | 2948fe329ec1f8e19394bafbad782b935e900712 /package/perl-db-file | |
parent | 8821b54f9389e09b57cc8118af468133e7c2b7a2 (diff) | |
download | buildroot-6e9d322a111ba776f54d87fb523cd37d3cf793ef.tar.gz buildroot-6e9d322a111ba776f54d87fb523cd37d3cf793ef.zip |
scancpan: adjust package name
underscore is not allowed in BR package name.
this problem was found with the Perl module DB_File
which must give the BR package perl-db-file.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-db-file')
-rw-r--r-- | package/perl-db-file/Config.in | 2 | ||||
-rw-r--r-- | package/perl-db-file/perl-db-file.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in index 18daec3048..37bc5da250 100644 --- a/package/perl-db-file/Config.in +++ b/package/perl-db-file/Config.in @@ -8,5 +8,5 @@ config BR2_PACKAGE_PERL_DB_FILE https://metacpan.org/release/DB_File -comment "perl-db_file needs a toolchain w/ dynamic library" +comment "perl-db-file needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS diff --git a/package/perl-db-file/perl-db-file.mk b/package/perl-db-file/perl-db-file.mk index 150192622e..46b87ae6ea 100644 --- a/package/perl-db-file/perl-db-file.mk +++ b/package/perl-db-file/perl-db-file.mk @@ -1,6 +1,6 @@ ################################################################################ # -# perl-db_file +# perl-db-file # ################################################################################ |