perl: Add 5.8.8 and use DEFAULT_PREFERENCE to disable it until more
authorJamie Lenehan <lenehan@twibble.org>
Sat, 21 Apr 2007 02:52:14 +0000 (02:52 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 21 Apr 2007 02:52:14 +0000 (02:52 +0000)
commit9d7a595a810e75c945a6c5da1868c01fb091746a
tree95cd605515570965fddbc3987f1f87c816556bb6
parentffb2d5eab2ae13cc66f107e6d4988b4075036144
perl: Add 5.8.8 and use DEFAULT_PREFERENCE to disable it until more
testing is done.
Main differences from the 5.8.7 recipe are:
* Always use gcc to link. Same arch's require this, while others can
  happily use ld. Use gcc for everything.
* Fix threading issues by enabling threading in both perl-native and
  perl. In fact make the configurations almost identical.
* No per ARCH configuration, just 32/64/le/be configs. This should
  stop configurations differing between arch's which made fixing
  things 5.8.7 difficult. Also means new ARCH's should work without
  any changes.
* Fix up the way miniperl is handled so it shouldn't be the cause of
  problems for people anymore.
* Stop perl-modules depending on perl-dbg, perl-pod, perl-dev etc.
* In theory should work for MACHINE="native" now.
Only tested for an sh4/glibc target built on an x86_64 host so far. A
lot more testing and more cleanups are needed before this is ready to
be enabled by default. NOTE: You must build the matching version of
perl-native before attempting to build perl (that applies for any
version).
16 files changed:
packages/perl/perl-5.8.8/.mtn2git_empty [new file with mode: 0644]
packages/perl/perl-5.8.8/Makefile.SH.patch [new file with mode: 0644]
packages/perl/perl-5.8.8/Makefile.patch [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-32 [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-32-be [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-32-le [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-64 [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-64-be [new file with mode: 0644]
packages/perl/perl-5.8.8/config.sh-64-le [new file with mode: 0644]
packages/perl/perl-5.8.8/generate-sh.patch [new file with mode: 0644]
packages/perl/perl-5.8.8/perl-configure.sh [new file with mode: 0755]
packages/perl/perl-5.8.8/perl-dynloader.patch [new file with mode: 0644]
packages/perl/perl-5.8.8/perl-moreconfig.patch [new file with mode: 0644]
packages/perl/perl-native_5.8.8.bb [new file with mode: 0644]
packages/perl/perl-rdepends_5.8.8.inc [new file with mode: 0644]
packages/perl/perl_5.8.8.bb [new file with mode: 0644]