diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-02 16:49:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-02 16:51:13 +0100 |
commit | 3a3cfc7e061bca6e83850e52082aaf6c26e1a2e2 (patch) | |
tree | aecfb5cc4152016f6107f70c8f232adcda93e468 /recipes | |
parent | f356ede9adb6357ec434d0ec4ada73853d98c8a0 (diff) |
libxml-dom-perl: do not RDEPENDS on native stuff
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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}" |