libxml-parser-perl: inherit perlnative

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui
2011-05-31 15:17:06 +08:00
committed by Richard Purdie
parent c13b10a6ae
commit ac4fba3e55
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ require libxml-parser-perl_${PV}.bb
inherit native
DEPENDS = "expat-native perl-native"
DEPENDS += "expat-native"

View File

@@ -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"