summaryrefslogtreecommitdiff
path: root/packages/perl/perl_5.8.7.bb
AgeCommit message (Collapse)AuthorFiles
2007-04-05perl 5.8.7: Simplify the addition of patches to support gcc for linking andJamie Lenehan1
using PIC for compiling shared libraries.
2007-04-05perl: Rearrange the patches/files a bit. Move the 5.8.4 specificJamie Lenehan1
patches out of the common directory and only specify common files in the SRC_URI in perl.inc, move the others to the version specific .bb's.
2007-04-01packages/perl/perl_5.8.7.bb: A set of patches to make perl usable on powerpc ↵Stelios Koroneos1
targets. Thanks to Jamie Lenahan for the help
2007-03-31perl: Add support for armeb-linux-gnueabi (trivial addition) - now ↵Rod Whitby1
configures and compiles, but still doesn't install.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-13perl: addition of powerpc-linux config.sh file and bitbake hooks to use Andrew Wilcox1
it.
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie1
mailing list. There should be no functionality changes yet.
2006-11-25perl: Add -f option to rm, fixing read only file issuesRichard Purdie1
2006-11-20another set of parse errors fixingMarcin Juszkiewicz1
2006-11-16perl: add support for x86_64 - close #1591Marcin Juszkiewicz1
2006-10-22perl: fix issues with debug packages, from PokyKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-03perl 5.8.7: Manually add some dependencies for the math-bigintJamie Lenehan1
modules which are not picked up by the script which was used to generate the automatic dependencies. They way they are used makes it difficult to automatically detect that these are needed.
2006-10-02perl 5.8.7: Use grep -I to ignore binary files instead of looking atJamie Lenehan1
the output message from grep. The output message could change depending on the LOCALE which would break the current test. Make it DEPEND on grep-native to ensure we get the gnu version of grep which is needed for -I to work. As per bug #1439.
2006-09-29perl: Don't try and patch up references to /usr/include in binary files, asJamie Lenehan1
per #1439, so that configure doesn't fail if you happen to end up with this string in the perl-native binary.
2006-09-29perl: More shared library fixes for sh3/sh4, this time for the sharedJamie Lenehan1
libraries used by standard perl modules. This was picking up LD from OE which as the linking when we need to use gcc to link. Override LD when calling oe_make to force the use of gcc to link.
2006-09-25perl 5.8.7: Fix the perl shared library generation for sh3/sh4Jamie Lenehan1
targets: - You cannot link using LD on sh3/sh4, since ld fails to link in the hidden library of weak symbols that is needed. Ccc knows about this library and correctly links it in. The generate_config_sh script was replacing the configred linker with LD from the environment and the soname patch was passing parameters directly to LD which need to be passed differently when linking with gcc. - Any code to go in shared libraries must be compiled with -fPIC, which while present in the config file was again being replaced from the environment by the generate_config_sh script. Both these patches probably should be ok for all targets, but they would definately need run-time testing. So they are just patched in for sh3 and sh4 for now. Also removed the old code I added not to install the shared library if its not configured since its configured for all targets after this change.
2006-08-11perl: Update for keeping the debug information in the correct packageJamie Lenehan1
which is clearer. Move -dbg to the first item in the package list and use .../* to match files and ignore directories.
2006-08-11perl: Add -dbg package and move debug info to it. Closes #1234 "perlJamie Lenehan1
ships spurious debug info".
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-06-19perl 5.8.7: Add support for building on sh4 and sh3. Tested several sh4Jamie Lenehan1
programs on the target and they work fine. Sh3 is untested but should be the same. No perl shared library as toolchain issues prevent this. See bug# 960 for details. Should solve bug# 960.
2006-06-19perl 5.8.7: Allow perl to be built without the perl shared library. This isJamie Lenehan1
to enable building on sh3/sh4 where toolchain issues prevent this from working. The changes check the perl config.sh for useshrplib to determine if the shared library is being made before doing things with it during install.
2006-05-31perl - Absolute includes fix.Raymond Danks1
Add config.sh for i486-linux and i586-linux. Disable PARALLEL_MAKE.
2006-04-16perl: someone seems to have botched a merge, so I'm reapplying ↵Koen Kooi1
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=d93900aa884b52d778b478749eeafadb6bef3a21
2006-04-14perl: make 5.8.7 compile for arm EABIKoen Kooi1
2006-01-09slugos: remove/correct references to openslugJohn Bowler1
- apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes)
2005-10-18perl: NSLU2: fix LE config in 5.8.7John Bowler1
- the existing arm (le) config will not work with NSLU2 because of the - use of 32 bit assembler which is not thumb compatible, this change - uses a config file derived from the BE (NSLU2) config
2005-08-05Modify the way packages get split so no packages get ${TARGET_SYS} in the ↵David Karlstrom1
names, unfortunately makes some packages change n ames, but this is they way it should be. Add RDEPENDS in every perl-module- package to its dependencys.
2005-08-04ucslugc: add back in BROKEN_PACKAGES which now buildJohn Bowler1
perl: revert DEFAULT_PREFERENCE="-1" in perl_5.8.7.bb (and bump PR)
2005-08-04remove espgs-native depends from evinceKoen Kooi1
2005-08-03Actually include the correct mipsel 5.8.7 config.sh and bump PRDavid Karlstrom1
2005-08-03Oh right, bump the PR...David Karlstrom1
2005-08-02Add untested i386 config.sh for perl for OE-Bug:#196David Karlstrom1
2005-07-30Remove ${D} from the install paths in Config_heavy.pl so that cpan knows the ↵David Karlstrom1
correct path to install things in, Closes: OE-Bug#7
2005-07-30Change startperl from #!hostperl to #!/usr/bin/perl so that the perl ↵David Karlstrom1
utilities like cpan works
2005-07-30Add -lgcc_s to perllibs for arm too (already added for armeb), Closes: ↵David Karlstrom1
OE-Bug#113
2005-07-30Remove previuos change and create package perl-modules that recommends all ↵David Karlstrom1
the other 859 packages. Unfourtanly also recommends 86 packages packages that doesn't get created, so some warning messages gets displayed on ipkg install.
2005-07-30On openslug create a package perl-modules depending on the 840+ other packages.David Karlstrom1
2005-07-29Fix perl so (hopefully) it works on both arm and armebDavid Karlstrom1
2005-07-26Update perl to 5.8.7, modified armeb patch to work for OpenSlugDavid Karlstrom1