diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-09-04 10:31:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-02 20:56:52 +0100 |
commit | 947f20f269c76960d9b38b46719d1ae6a9354a5f (patch) | |
tree | 8e51ce7d68a2073bc193b504a9e8b876cea1d6b4 /package/perl-file-listing | |
parent | 2e39ffcc6aa227b619cb7fc74dd14445108d4937 (diff) |
pkg-perl: remove the dependency generated by scancpan
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-file-listing')
-rw-r--r-- | package/perl-file-listing/perl-file-listing.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-file-listing/perl-file-listing.mk b/package/perl-file-listing/perl-file-listing.mk index c376c6199..a9d8cede7 100644 --- a/package/perl-file-listing/perl-file-listing.mk +++ b/package/perl-file-listing/perl-file-listing.mk @@ -7,7 +7,7 @@ PERL_FILE_LISTING_VERSION = 6.04 PERL_FILE_LISTING_SOURCE = File-Listing-$(PERL_FILE_LISTING_VERSION).tar.gz PERL_FILE_LISTING_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS -PERL_FILE_LISTING_DEPENDENCIES = perl perl-http-date +PERL_FILE_LISTING_DEPENDENCIES = perl-http-date PERL_FILE_LISTING_LICENSE = Artistic or GPLv1+ PERL_FILE_LISTING_LICENSE_FILES = README |