diff options
author | Ben Leinweber <bleinweber@spaceflight.com> | 2017-07-11 19:46:51 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-12 18:40:52 +0200 |
commit | 730da52edc45f2b72fc1d522ff184276d20c8b0d (patch) | |
tree | c89ce510e43f3c239a54c20e91ad7a0dbf926870 /package/libxml-parser-perl | |
parent | 8e95c2e9ca72d39823a0ef72c69590da0ca8b140 (diff) | |
download | buildroot-730da52edc45f2b72fc1d522ff184276d20c8b0d.tar.gz buildroot-730da52edc45f2b72fc1d522ff184276d20c8b0d.zip |
libxml-parser-perl: add LICENSE_FILES
There is copyright information in the top level README file. Use this
file as the license file which will be included by the `legal-info`
build rule.
Signed-off-by: Ben Leinweber <bleinweber@spaceflight.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxml-parser-perl')
-rw-r--r-- | package/libxml-parser-perl/libxml-parser-perl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk index 4a3b196448..514c457d5a 100644 --- a/package/libxml-parser-perl/libxml-parser-perl.mk +++ b/package/libxml-parser-perl/libxml-parser-perl.mk @@ -9,6 +9,7 @@ LIBXML_PARSER_PERL_SOURCE = XML-Parser-$(LIBXML_PARSER_PERL_VERSION).tar.gz LIBXML_PARSER_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR HOST_LIBXML_PARSER_PERL_DEPENDENCIES = host-expat LIBXML_PARSER_PERL_LICENSE = Artistic or GPL-1.0+ +LIBXML_PARSER_PERL_LICENSE_FILES = README LIBXML_PARSER_PERL_RUN_PERL = `which perl` define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS |