diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-20 19:40:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-20 22:25:35 +0200 |
commit | 78080092e8d26666d84f65a0cfe6b3d45193bdf2 (patch) | |
tree | 9aab884a9c10ba4487a26932cb8620d89a6f8c02 | |
parent | ee415039e6e2670eab7de387dd8a4fbc8a068daa (diff) | |
download | buildroot-78080092e8d26666d84f65a0cfe6b3d45193bdf2.tar.gz buildroot-78080092e8d26666d84f65a0cfe6b3d45193bdf2.zip |
package/perl-libwww: Fix legal-info
Fixes
http://autobuild.buildroot.net/results/6c6/6c6fb6001101ff528176b887ed8c95ef49313afb/
http://autobuild.buildroot.net/results/56d/56d42e7691d4eb1a682c49c0fa6c951d0e3069ec/
[Thomas: use the README file, since it contains a copyright notice and
the name of the license, instead of not having any license file at
all.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/perl-libwww/perl-libwww.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-libwww/perl-libwww.mk b/package/perl-libwww/perl-libwww.mk index 0ee1e04079..8157be2e26 100644 --- a/package/perl-libwww/perl-libwww.mk +++ b/package/perl-libwww/perl-libwww.mk @@ -7,7 +7,7 @@ PERL_LIBWWW_VERSION = 6.13 PERL_LIBWWW_SITE = $(call github,libwww-perl,libwww-perl,$(PERL_LIBWWW_VERSION)) PERL_LIBWWW_LICENSE = Artistic or GPLv1+ -PERL_LIBWWW_LICENSE_FILES = LICENSE +PERL_LIBWWW_LICENSE_FILES = README PERL_LIBWWW_DEPENDENCIES = \ perl-encode-locale \ perl-file-listing \ |