aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 16:53:18 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 16:53:18 +0100
commita7275f9eaa6990f4bc8672138f6bac53c3fea475 (patch)
tree321d6712564cd142e1514b9f113e46d7f4b5242e /recipes/perl
parent6d5a96970227b845b6a33380e3e7af248cca7594 (diff)
downloadopenembedded-a7275f9eaa6990f4bc8672138f6bac53c3fea475.tar.gz
libxml-dom-perl_1.44.bb: RDEPENDS -> DEPENDS, removed duplicate PR assignment
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-dom-perl_1.44.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb
index 2c7b45e6b3..35f1312baa 100644
--- a/recipes/perl/libxml-dom-perl_1.44.bb
+++ b/recipes/perl/libxml-dom-perl_1.44.bb
@@ -1,17 +1,15 @@
DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures"
SECTION = "libs"
LICENSE = "unknown"
-PR= "r1"
+PR= "r2"
-RDEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \
+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 \
libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl"
-PR = "r0"
-
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz"
S = "${WORKDIR}/XML-DOM-${PV}"