]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl: remove redundant expat-native dependency
authorRoss Burton <ross.burton@intel.com>
Wed, 28 Sep 2016 11:56:59 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:14:10 +0000 (17:14 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb

index 9561a595540b9dc3187843368c8b6c4c5e085f2f..3acd82686843083fa212cf1d87503a88121631a5 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
 
-DEPENDS += "expat expat-native"
+DEPENDS += "expat"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
 SRC_URI[md5sum] = "af4813fe3952362451201ced6fbce379"
@@ -32,4 +32,3 @@ do_compile_class-native() {
 }
 
 BBCLASSEXTEND="native"
-