diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-07-18 15:43:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-18 19:45:20 +0200 |
commit | 6d3962f0bd0e0f989299eae40f88ede9c5483644 (patch) | |
tree | f79e3f3f7d15dbd8513caa32fa72fcabd1107e87 /docs/manual/adding-packages-perl.txt | |
parent | bef732889c0fe01d6433d5a166cd6352b30c24b6 (diff) | |
download | buildroot-6d3962f0bd0e0f989299eae40f88ede9c5483644.tar.gz buildroot-6d3962f0bd0e0f989299eae40f88ede9c5483644.zip |
support/scripts/scancpan: automatically populate LICENSE_FILES
This commit improves the scancpan script to automatically populate the
LICENSE_FILES variable using informations available in the Perl
package MANIFEST file.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-perl.txt')
-rw-r--r-- | docs/manual/adding-packages-perl.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/manual/adding-packages-perl.txt b/docs/manual/adding-packages-perl.txt index d1a1616916..9a3df4dd86 100644 --- a/docs/manual/adding-packages-perl.txt +++ b/docs/manual/adding-packages-perl.txt @@ -53,9 +53,6 @@ requested package, and also recursively for all dependencies specified by CPAN. You should still manually edit the result. In particular, the following things should be checked. -* The +PERL_FOO_BAR_LICENSE_FILES+ variable is not set, because metacpan - doesn't have this information. Also, the name of the license file(s) - varies between packages, and some don't even have a license file. * If the perl module links with a shared library that is provided by another (non-perl) package, this dependency is not added automatically. It has to be added manually to +PERL_FOO_BAR_DEPENDENCIES+. |