From patchwork Wed Jun 1 13:18:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,v1,13/16] libxml-parser-perl: inherit perlnative Date: Wed, 01 Jun 2011 13:18:44 -0000 From: Dexuan Cui X-Patchwork-Id: 5221 Message-Id: <20e49cfad65bb39f81e36b163440896b6dbacb29.1306931849.git.dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Dexuan Cui --- .../perl/libxml-parser-perl-native_2.40.bb | 2 +- .../perl/libxml-parser-perl_2.40.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 6ba56b3..8c20455 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 c2d1bdb..fac28a8 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"