[oe-commits] Frans Meulenbroeks : libxml-dom-perl_1.44.bb: RDEPENDS -> DEPENDS, removed duplicate PR assignment

git version control git at git.openembedded.org
Sat Jan 2 16:15:16 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: a7275f9eaa6990f4bc8672138f6bac53c3fea475
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7275f9eaa6990f4bc8672138f6bac53c3fea475

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 16:53:18 2010 +0100

libxml-dom-perl_1.44.bb: RDEPENDS -> DEPENDS, removed duplicate PR assignment

---

 recipes/perl/libxml-dom-perl_1.44.bb |    6 ++----
 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 2c7b45e..35f1312 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}"





More information about the Openembedded-commits mailing list