From f60431c3b00c0e3163769e870ed28263366a31ee Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 22 May 2015 11:04:57 +0800 Subject: [PATCH] libjson-perl: Attempt to fix the LIC_FILES_CHKSUM ping-pong Somehow master and dora generate different checksums for the same file. Use a different file and start in the "COPYRIGHT AND LICENSE" and hope it is stable across these two files. --- recipes-extra/perl-json/libjson-perl_2.90.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/perl-json/libjson-perl_2.90.bb b/recipes-extra/perl-json/libjson-perl_2.90.bb index 94b0e62..c32df1b 100644 --- a/recipes-extra/perl-json/libjson-perl_2.90.bb +++ b/recipes-extra/perl-json/libjson-perl_2.90.bb @@ -8,7 +8,7 @@ RDEPENDS_${PN} = " perl-module-carp \ perl-module-constant \ " -LIC_FILES_CHKSUM = "file://MYMETA.yml;md5=109a8b45192a65e7f220dd0bf3bdfbad" +LIC_FILES_CHKSUM = "file://README;md5=ab4e7db7125faf64419eb9aca79dead6;beginline=1581" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-${PV}.tar.gz" SRC_URI[md5sum] = "e1512169a623e790a3f69b599cc1d3b9"