cpan-base.bbclass: Update the perl depenedencies:
authorJamie Lenehan <lenehan@twibble.org>
Wed, 30 May 2007 22:10:32 +0000 (22:10 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 30 May 2007 22:10:32 +0000 (22:10 +0000)
commit80ca3b81c1abf44a356604814ba859c7f833248f
treedcc6221b71a6b7e67cf4f6570b85c7c81b6c9e3c
parentb9fd2440e0a146564d1c88ab8b84c314c1e55e18
cpan-base.bbclass: Update the perl depenedencies:
* For native modules DEPEND on perl-native and for others DEPEND on perl
  (which in turn depends on perl-native) rather then always depending on
  both perl and perl-native.
* Only RDEPEND for non-native modules rather then both native and
  non-native.
These changes are to allow you to build native modules without have to build
perl. Previously the dependencies would result in perl being built even
though it didn't actually need to. Thanks to hrw for pointing out what was
happening here.
classes/cpan-base.bbclass