Updated some recipes
[openembedded.git] / recipes / perl / libxml-dom-perl_1.44.bb
index 35f1312..098e304 100644 (file)
@@ -1,13 +1,13 @@
 DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures"
 SECTION = "libs"
 LICENSE = "unknown"
-PR= "r2"
+PR = "r3"
 
 DEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \
        libhtml-parser-perl-native libhtml-tagset-perl-native \
        liburi-perl-native libwww-perl-native"
 
-RDEPENDS += "libxml-parser-perl libxml-regexp-perl \
+RDEPENDS_${PN} += "libxml-parser-perl libxml-regexp-perl \
        libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz"
@@ -17,3 +17,6 @@ S = "${WORKDIR}/XML-DOM-${PV}"
 inherit cpan
 
 BBCLASSEXTEND="native"
+
+SRC_URI[md5sum] = "1ec2032a06e5762984f7a332c199c205"
+SRC_URI[sha256sum] = "f6af32c74c84b3b173eca9baac521a0f9b030c9a0395fcafd4235a84d8ad0ae4"