libxml-parser-perl-native: Remove uneeded entries: (from OE)

* DEPENDS on perl-native isn't needed since cpan.bbclass adds this.
* DEPENDS on expat-native isn't needed since libxml-parser-perl adds this.
* RDEPENDS on perl-native was only here to prevent an RDEPENDS on perl. The
  RDEPENDS was being added by cpan.bbclass, but that has now been fixed to
  not add it for native packages. This needed to be removed so that perl
  isn't built when you only want libxml-parser-perl-native.

Revision: 73c801b307019899c3255b427e2bb7cb896f8375
Ancestor: 77ee40e486d3c8ad2628c2ac01e4325879b50821
Author: lenehan@openembedded.org
Date: 2007-06-01T06:46:10
Branch: org.openembedded.dev

Modified files:
        packages/perl/libxml-parser-perl-native_2.34.bb


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3281 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-11-30 14:07:04 +00:00
parent 2aba13054a
commit 3e8d1b6635

View File

@@ -3,7 +3,3 @@ SECTION = "libs"
inherit native
require libxml-parser-perl_${PV}.bb
DEPENDS = "perl-native expat-native"
RDEPENDS = "perl-native"
EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'"