]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl-native: Remove expat from DEPENDS
authorRichard Purdie <richard@openedhand.com>
Fri, 1 Feb 2008 17:49:06 +0000 (17:49 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 1 Feb 2008 17:49:06 +0000 (17:49 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3657 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/perl/libxml-parser-perl-native_2.34.bb

index 193de60c80e012665a222e7c86bf7d5a48b890eb..93b831b5dca9fc7a03a8531cd56e17bfef316bf9 100644 (file)
@@ -3,3 +3,5 @@ SECTION = "libs"
 inherit native
 
 require libxml-parser-perl_${PV}.bb
+
+DEPENDS = "expat-native perl-native"