perl 5.8.8: Improvements for cpan modules:
authorJamie Lenehan <lenehan@twibble.org>
Mon, 30 Apr 2007 04:06:31 +0000 (04:06 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Mon, 30 Apr 2007 04:06:31 +0000 (04:06 +0000)
commitbca1af865658a00eb25d22c0fb22b8fecc745813
treee342293ca7717835f82ccad62121f087bc6caa81
parent21174316f8181c882e6816b923ad2ca81c3778a2
perl 5.8.8: Improvements for cpan modules:
* Modify perl to install a copy of it's configuration during staging. This
  will allow us to get at the perl settings for the target when building
  cpan modules.
* Modify perl-native to allow selection of the host or target configuration
  based on an environment variable. This will allow the cpan class to select
  the appropriate configuration based on if we are building the native
  package or not.
* Modify cpan.bbclass to set the environment variable to an appropriate
  value to tell perl native to select the appropriate settings based on if
  we are building native or target modules.
This change fixes some modules that were compiled for the host instead of
the target (libversion-perl for example) and fixes up some of cpan modules
that include additional subdirectories with their own makefiles.
classes/cpan.bbclass
packages/perl/perl-5.8.8/perl-configpm-switch.patch [new file with mode: 0644]
packages/perl/perl-native_5.8.8.bb
packages/perl/perl_5.8.8.bb