Browse Source

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>
Thomas De Schampheleire 7 years ago
parent
commit
04e4e9d581

+ 2 - 2
package/perl-crypt-cbc/perl-crypt-cbc.hash

@@ -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

+ 2 - 1
package/perl-crypt-cbc/perl-crypt-cbc.mk

@@ -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))