aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-dom-perl_1.44.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libxml-dom-perl_1.44.bb')
-rw-r--r--recipes/perl/libxml-dom-perl_1.44.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb
index e89d87c90b..098e304b2f 100644
--- a/recipes/perl/libxml-dom-perl_1.44.bb
+++ b/recipes/perl/libxml-dom-perl_1.44.bb
@@ -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"