[oe-commits] Roman I Khimov : perl: add version 5.10.1

git version control git at git.openembedded.org
Thu Mar 18 21:21:06 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 34bd330aef8445835d51921fefa2b1f9cfb8fbd4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=34bd330aef8445835d51921fefa2b1f9cfb8fbd4

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar  4 14:56:21 2010 +0300

perl: add version 5.10.1

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 at altell.ru>

---

 recipes/perl/perl-5.10.1/Makefile.SH.patch         |  239 +++
 recipes/perl/perl-5.10.1/Makefile.patch            |   56 +
 recipes/perl/perl-5.10.1/config.sh                 | 1068 +++++++++++
 recipes/perl/perl-5.10.1/config.sh-32              |   62 +
 recipes/perl/perl-5.10.1/config.sh-32-be           |    1 +
 recipes/perl/perl-5.10.1/config.sh-32-le           |    1 +
 recipes/perl/perl-5.10.1/config.sh-64              |   57 +
 recipes/perl/perl-5.10.1/config.sh-64-be           |    1 +
 recipes/perl/perl-5.10.1/config.sh-64-le           |    1 +
 .../perl/perl-5.10.1/cross-generate_uudmap.patch   |   13 +
 recipes/perl/perl-5.10.1/generate-sh.patch         |   46 +
 recipes/perl/perl-5.10.1/installperl.patch         |   15 +
 recipes/perl/perl-5.10.1/letgcc-find-errno.patch   |   44 +
 recipes/perl/perl-5.10.1/native-nopacklist.patch   |   80 +
 recipes/perl/perl-5.10.1/native-perlinc.patch      |   24 +
 recipes/perl/perl-5.10.1/native-ssp.patch          |   14 +
 .../perl/perl-5.10.1/perl-configpm-switch.patch    |   34 +
 recipes/perl/perl-5.10.1/perl-configure.sh         |   43 +
 recipes/perl/perl-5.10.1/perl-dynloader.patch      |   23 +
 recipes/perl/perl-5.10.1/perl-moreconfig.patch     |   16 +
 recipes/perl/perl-5.10.1/perl_5.10.1-8.diff.gz     |  Bin 0 -> 100662 bytes
 recipes/perl/perl-5.10.1/shared-ldflags.patch      |   11 +
 recipes/perl/perl-native_5.10.1.bb                 |  102 +
 recipes/perl/perl-rdepends_5.10.1.inc              | 1929 ++++++++++++++++++++
 recipes/perl/perl_5.10.1.bb                        |  233 +++
 25 files changed, 4113 insertions(+), 0 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=34bd330aef8445835d51921fefa2b1f9cfb8fbd4




More information about the Openembedded-commits mailing list