summaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl-native_5.8.8.bb
AgeCommit message (Collapse)Author
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-native: fix do_install a bit moreKoen Kooi
* this doesn't solve the build problem with perl, though
2010-05-05perl-native: attempt to repair staging, bump PRKoen Kooi
this should make things work again after http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=12c5d82663ff4436f4d979b4de1d4475694c7b9f
2010-05-04perl-native: Switch away from legacy staging, bump PR.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-24perl-native_5.8.8: allow architecture difference in host's ErrnoRoman I Khimov
Fixes build for packages that are using Errno Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-02-11Perl-native: Fix URIMarcos Amorim
Set new URI to perl-native-5.8 Older versions reside in the 5.0 subdir Marcos Amorim >From b53cb90be367ede5691e169465ac3bee21d342b2 Mon Sep 17 00:00:00 2001 From: Marcos Amorim <marcosmamorim@2mi.com.br> Date: Thu, 11 Feb 2010 17:15:29 -0200 Subject: [PATCH] perl-native: Change URI Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-11-11perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with ↵Richard Purdie
staging variables and losing Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10perl: complete config.sh fixKoen Kooi
2009-11-10perl-native: Fix after layout/native.bbclass changes (merged from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-21Disable ODBM_File for native perl-5.8.8, since this will causeUlf Samuelsson
the build to fail on x64 OpenSuSE 11.1
2009-05-27perl-native: removed settings clashing with gcc 3 for nylon * ↵Martin Dietze
Config_heavy.pl and config.sh contained the gcc flag `-Wdeclaration-after-statement' which broke the build with gcc 3, this is disabled for nylon now
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>