From ac4fba3e55195d97162642995628e2f3875dd621 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 31 May 2011 15:17:06 +0800 Subject: libxml-parser-perl: inherit perlnative Signed-off-by: Dexuan Cui --- meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb | 2 +- meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb index 6ba56b3b89..8c2045567f 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb @@ -4,4 +4,4 @@ require libxml-parser-perl_${PV}.bb inherit native -DEPENDS = "expat-native perl-native" \ No newline at end of file +DEPENDS += "expat-native" diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb index c2d1bdb8f8..fac28a83df 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb @@ -3,7 +3,7 @@ LICENSE = "Artistic" LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" DEPENDS += "expat expat-native" -PR = "r0" +PR = "r1" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf