From: Saul Wold Date: Wed, 5 Oct 2011 00:02:08 +0000 (-0700) Subject: libxml-perl: Add SRC_URI Checksum X-Git-Tag: 2015-4~13189 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=49879562d9985da9f7caa2acdd5646eb0363d504;p=openembedded-core.git libxml-perl: Add SRC_URI Checksum Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index fb637a8487..ba5ebd04a1 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb @@ -5,7 +5,7 @@ XML::Grove and others." SUMMARY = "Collection of Perl modules for working with XML." SECTION = "libs" LICENSE = "Artistic | GPLv1+" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" @@ -13,6 +13,9 @@ DEPENDS += "libxml-parser-perl" SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "0ed5fbdda53d1301ddaed88db10503bb" +SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb" + EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" inherit cpan