]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libxml-parser-perl: inherit perlnative
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 31 May 2011 07:17:06 +0000 (15:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2011 13:37:28 +0000 (14:37 +0100)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb
meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb

index 6ba56b3b8921ae90944a245775269ddf03dffad2..8c2045567fb7361a264d6976f27fb5e09245f423 100644 (file)
@@ -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"
index c2d1bdb8f8996aaa4368520135941f07ea684f43..fac28a83df5a3a8fca44afadefba0eb7e7e7b8cb 100644 (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"