summaryrefslogtreecommitdiff
path: root/classes/cpan-base.bbclass
AgeCommit message (Collapse)AuthorFiles
2009-11-11perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with ↵Richard Purdie1
staging variables and losing Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10perl: complete config.sh fixKoen Kooi1
2009-11-10cpan-base bbclass: update to match change to perl-native stagingKoen Kooi1
2008-10-07cpan* bbclass: fix for staging layout changesKoen Kooi1
sdk bblcass: ditto, this time the fix is from poky
2007-05-30cpan-base.bbclass: Update the perl depenedencies:Jamie Lenehan1
* 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.
2007-05-04perl: Add the .debug directories that to FILES_${PN}-dbg in theJamie Lenehan1
cpan-base.bbclass, and then update the cpan modules to no longer manually specify this. Also remove references to the new removed .packlist files.
2007-05-04perl: Extract common functionality from cpan and cpan_build classes into aJamie Lenehan1
cpan-base class and update cpan_build to work with the new perl layout that was added with perl 5.8.8.