summaryrefslogtreecommitdiff
path: root/packages/perl/liblocale-gettext-perl_1.05.bb
AgeCommit message (Collapse)AuthorFiles
2007-04-27perl 5.8.8/cpan: Fix the installation paths for cpan modules. The installedJamie Lenehan1
files for perl modules built using cpan will end up in different places depending on which version of perl they are being built with. Modules that explicitly set various FILES_ values were using the paths that are only valid for the older versions of perl. Calculate and set the correct path in cpan.bbclass and use that in the FILES_ variables so that it'll be correct for all versions of perl.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-04perl modules: Exclude debugging information from the modules that areJamie Lenehan1
currently including it.
2006-10-04perl modules: Update the SRC_URI on all the modules to use PV to refer toJamie Lenehan1
the version so upgrades are easier.
2006-10-03perl: Another sh3/sh4 shared library fix. Modules build built withJamie Lenehan1
cpan.bbclass were being linked using ld instead of gcc, which often breaks on sh. Override the LD settings so any cpan modules that compile c/c++ code use gcc to link. Bump the PR on the effected modules.
2006-09-28perl: Update the LICENSE on the modules to indicate that they are availableJamie Lenehan1
under either the Artistic license or the GPL, and not just under the Artistic license.
2006-09-28perl: Add the perl Locale::gettext module, which is used for gettextJamie Lenehan1
style message handling.