summaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl_5.10.1.bb
AgeCommit message (Collapse)Author
2010-09-02perl: Use CCLD not ${TARGET_SYS}-gcc in do_compileTom Rini
It's possible that CCLD != ${TARGET_SYS}-gcc once everything is evaluated and CCLD is for when you're using CC for LD. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-04perl: use only one method all_perl_packagesBernhard Reutner-Fischer
.. to avoid ERROR: Error Method already seen: all_perl_packages in' perl_5.8.8.bb' now in 'perl_5.10.1.bb' TODO: error() already prints "ERROR:" so the "Error" in above msg is redundant Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03Recipe fixups for package_dbg usageChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj
* Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-29perl 5.10.1: add perl-module-utf8-heavy dependencyRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-26Fix siteinfo issue in perl 5.8.8 and 5.10.1.Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-26cpan.bbclass: removed legacy stagingFrans Meulenbroeks
bumped PR for the main perl recipes so this change takes effect Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-15perl 5.10.1: fix standard module rdependenciesRoman I Khimov
Automatic dependency extraction script made some errors thus perl-modules wasn't installable. * s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/ * perl-module-your-module-here came from example in script, dropped it * s/perl-module-cpan-exception-yaml_not_installed/perl-module-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl * perl-module-dbix-simple - same as above, provided by libdbix-simple-perl Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10perl 5.10.1: a bit more module runtime dependenciesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10perl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"Roman I Khimov
See this for further details: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480533 Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-07perl: change 'cp' to 'ln' to fix perl build issues, thanks to Tom Rini for ↵Koen Kooi
the suggestion
2010-04-23perl: undef 'futimes' for uclibc buildVladimir Sorokin
Function 'futimes' doesn't exist in uClibc. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-10perl 5.10.1: update perl-rdependsRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-24perl: add version 5.10.1Roman I Khimov
Brings perl up to date. Biggest packaging change - make use of Debian patchset as whole. OE used lots of Debian patches anyway and the overall setup is very similar. So instead of picking and messing with individual patches it's far more easier to just use Debian's diff.gz as a whole. Added with masked preference, since it needs more testing. Currently it was only compiled and ran on i686. Signed-off-by: Roman I Khimov <khimov@altell.ru>