summaryrefslogtreecommitdiff
path: root/recipes/perl/perl_5.8.8.bb
AgeCommit message (Collapse)AuthorFiles
2010-04-23perl: undef 'futimes' for uclibc buildVladimir Sorokin1
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-03-19Don't inherit siteinfo in base.bbclassChris Larson1
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-12perl 5.8.8: add missing checksumsKoen Kooi1
2010-02-11perl*: fixed URIFrans Meulenbroeks1
Triggered by the patch from Marcos Amorim updated the URI for the perl recipes. Only the last one is in the src dir, the older ones are in src/5.0 As this does not change things functionally no PR bump (btw: it worked in the past since normally the cached version was used). Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-12-30perl: bumped PR to force rebuild; libextutils-makemaker-perl can have ↵Frans Meulenbroeks1
overwritten MM_Unix.pm in staging (see commit c595d241fb4d23c714dc61a1c9d281b9bbb133cd) a rebuild fixes this.
2009-11-11perl: Bump the remaining PRs so the last changes take effectRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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-10-26perl 5.8.8: pass unidatafiles as extra arg to miniperlGregoire Gentil1
2009-09-05perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefixKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-05perl_5.8.8.bb: Fix compilation when bindir is not /usr/binKhem Raj1
* Right now default perl installation happens in /usr prefix This patch tries to depend upong layout_prefix to decide on where to install. This is required for distros like micro who flatten the install tree and do not use /usr prefix Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-04-02perl-5.8.8: use LDFLAGS for shared libraries (fixes QA error)Jeremy Lainé1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>