perl-crypt-cbc: add missing license declaration
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Fri, 27 Jul 2018 19:54:20 +0000 (21:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 27 Jul 2018 21:51:01 +0000 (23:51 +0200)
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>
package/perl-crypt-cbc/perl-crypt-cbc.hash
package/perl-crypt-cbc/perl-crypt-cbc.mk

index f3d5e03c3134f0c22bfc546d6421f14e8e6b4cad..a54772a504b5980621fe9212a060b7be110d821c 100644 (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
index 3da0561096d9a32aedb66345b727071e091c0a30..749499c26be43b8294852b7b1ccf2d58111d5dae 100644 (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))