summaryrefslogtreecommitdiff
path: root/packages/perl/perl.inc
AgeCommit message (Collapse)AuthorFiles
2007-04-07perl.inc: use ${TARGET_SYS}, otherwise people with TARGET_VENDOR set can't ↵Koen Kooi1
build perl
2007-04-05perl: Move the do_configure from perl.inc into perl_5.8.4.bb since it isJamie Lenehan1
only really useful for this version of perl the way it's written.
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-03perl: Fix perl build for sh3/sh4. The recent change to support powerpc wasJamie Lenehan1
wiping out the options that were set for sh3/sh4 - we only need to init the OPTIONS once.
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
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-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-10-22perl: fix issues with debug packages, from PokyKoen Kooi1
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-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-04-28packages/perl/perl-native_5.8.7.bb, packages/perl/perl.inc : fix issuesGraeme Gregory1
with building on multilib amd64 machines.
2006-03-19perl: fix SRC_URI to use ftp, the http structure has been movedMichael Lauer1
2006-01-08Add PACKAGES_DYNAMIC to the appropriate .bb files.Richard Purdie1
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in ↵John Bowler1
db-4.3 4.3.29 - The SleepyCat implementation of the Berkeley DB exists in OE in two different - versions, 3.2 and 4.3. These appear to now be compatible (i.e. with the correct - settings db-4.3 can do everything db-3.2 can do and all packages compile with it). - The previous scheme of allowing both to be built (which was highly error prone) - has been removed and all db users now reference virtual/db. - Affects: - bogofilter, cyrus-*, openldap, perl, postfix, rpm
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-03-09perl: Mangle one of the test results in the config.sh's when creating the ↵Chris Larson1
uclibc versions, to ensure it doesn't believe uclibc supports something it doesnt. BKrev: 422f6765QMKD4YhjXIim0CJVf7y-zg
2005-03-09Have the perl build create a config.sh-armeb-linux, based on the arm-linux ↵Chris Larson1
one. Completely untested. BKrev: 422edc0ewtcYZm0i-91FaO-4XFxYNQ
2005-03-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedRichard Purdie1
into darkstar.example.net:/usr/oe/openembedded 2005/03/09 05:50:12-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/03/09 05:48:40-05:00 handhelds.org!kergoth Perl: * Add perl 5.8.4. * Fix the perl build for uclibc (patch courtesy Manuel Novoa III). * Add config.sh-i686-linux. BKrev: 422ed4e51mSat-b4q15mzffDv_8YBg