perl-crypt-cbc: add missing license declaration

Update the license as found in the actual source file, and remove the README
from _LICENSE_FILES as it does not contain anything regarding licenses.

Note that adding the source file as LICENSE_FILE means that the
corresponding hash will be different on every version bump.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.08.x
Thomas De Schampheleire 2018-07-27 21:54:20 +02:00 committed by Thomas Petazzoni
parent 81f1a05b8a
commit 04e4e9d581
2 changed files with 4 additions and 3 deletions

View File

@ -2,5 +2,5 @@
md5 3db5117d60df67e3b400fe367e716be0 Crypt-CBC-2.33.tar.gz
sha256 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645 Crypt-CBC-2.33.tar.gz
# computed by scancpan
sha256 a98da8a2eef02a8823cf2f58111e981796c4aaf38e8d446acd338a559af42bfc README
# locally computed
sha256 9548d0beb746167270df647aa97a3e47b957adb4ec103c2cfb8f54b0005f99c7 CBC.pm

View File

@ -7,6 +7,7 @@
PERL_CRYPT_CBC_VERSION = 2.33
PERL_CRYPT_CBC_SOURCE = Crypt-CBC-$(PERL_CRYPT_CBC_VERSION).tar.gz
PERL_CRYPT_CBC_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
PERL_CRYPT_CBC_LICENSE_FILES = README
PERL_CRYPT_CBC_LICENSE = Artistic
PERL_CRYPT_CBC_LICENSE_FILES = CBC.pm
$(eval $(perl-package))