[oe-commits] [openembedded-core] 03/30: libxml-parser-perl: remove redundant expat-native dependency

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:08 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 57dd9e8b5bb5e32973d4648792758e59f7cfe7a4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Sep 28 12:56:59 2016 +0100

    libxml-parser-perl: remove redundant expat-native dependency
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
index 9561a59..3acd826 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
@@ -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"
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list