]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl-native: Remove uneeded entries: (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 30 Nov 2007 14:07:04 +0000 (14:07 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 30 Nov 2007 14:07:04 +0000 (14:07 +0000)
* 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

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

index 99b61dc4126849a1a1753971e05ef818a6e2d785..193de60c80e012665a222e7c86bf7d5a48b890eb 100644 (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}'"