[oe-commits] Saul Wold : libxml-perl: Add SRC_URI Checksum

git version control git at git.openembedded.org
Fri Oct 7 10:35:59 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 49879562d9985da9f7caa2acdd5646eb0363d504
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=49879562d9985da9f7caa2acdd5646eb0363d504

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Oct  4 17:02:08 2011 -0700

libxml-perl: Add SRC_URI Checksum

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/perl/libxml-perl_0.08.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb
index fb637a8..ba5ebd0 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





More information about the Openembedded-commits mailing list