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-json-tiny | |
parent | 2e39ffcc6aa227b619cb7fc74dd14445108d4937 (diff) | |
download | buildroot-947f20f269c76960d9b38b46719d1ae6a9354a5f.tar.gz buildroot-947f20f269c76960d9b38b46719d1ae6a9354a5f.zip |
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-json-tiny')
-rw-r--r-- | package/perl-json-tiny/perl-json-tiny.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/perl-json-tiny/perl-json-tiny.mk b/package/perl-json-tiny/perl-json-tiny.mk index ddc50aca9f..7a2a42e048 100644 --- a/package/perl-json-tiny/perl-json-tiny.mk +++ b/package/perl-json-tiny/perl-json-tiny.mk @@ -7,7 +7,6 @@ PERL_JSON_TINY_VERSION = 0.53 PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO -PERL_JSON_TINY_DEPENDENCIES = perl PERL_JSON_TINY_LICENSE = Artistic-2.0 PERL_JSON_TINY_LICENSE_FILES = LICENSE |