summaryrefslogtreecommitdiff
path: root/packages/perl
AgeCommit message (Collapse)AuthorFiles
2006-09-28perl: Add the perl IP address manipulation module Net::IP.Jamie Lenehan2
2006-09-27perl: Add the perl logging modules Log::Dispatch and Log::Log4perl.Jamie Lenehan4
2006-09-26perl: Add the libmodule-build perl module. This is required for anythingJamie Lenehan2
using the new Build.PL build system, *expect* for libmodule-build itself which can bootstrap itself.
2006-09-26perl: Add libio-zlib perl module which I forget to add in the previousJamie Lenehan1
commit.
2006-09-26perl: Add some additional perl modules. This are the optional dependenciesJamie Lenehan13
of libmodule-build, the new Build.PL based perl install system.
2006-09-26perl: Update modules that were effected by the cpan.bbclass changes:Jamie Lenehan3
- Remove the DEPENDS on perl since the cpan class now adds it. - Bump PR to take into account the changed installation location.
2006-09-26perl modules: Add the first collection of perl modules. These modules areJamie Lenehan18
required to run mason (perl web content development and delivery engine). Mason itself, and the additional modules needed to build it, to follow.
2006-09-25perl 5.8.7: Fix the perl shared library generation for sh3/sh4Jamie Lenehan6
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-09-08libintl-perl: new packageMartin Dietze2
2006-08-11perl: Update for keeping the debug information in the correct packageJamie Lenehan5
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 Lenehan5
ships spurious debug info".
2006-08-06clases/cpan.bbclass,packages/perl: add EXTRA_CPANFLAGS, fix nativeHolger Freyther3
Add EXTRA_CPANFLAGS to cpan.bbclass, similiar to EXTRA_OECONF and EXTRA_OEMAKE Use this in libxml-parser-perl-native to point to the expat include and libraries perl-native inherits native already. No need to use BUILD_CC, BUILD_FOO, BUILD_LDFLAGS but use LDFLAGS and CC directly. LDFLAGS has rpath already removed...
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther3
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-28/perl/perl/5.8.7/config.sh-sh3-linux: Fixing sh4->sh3 typosKristoffer Ericson1
* Fixes typos where sh4 was written instead of sh3
2006-06-19perl 5.8.7: Add support for building on sh4 and sh3. Tested several sh4Jamie Lenehan3
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 Lenehan2
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 Danks3
Add config.sh for i486-linux and i586-linux. Disable PARALLEL_MAKE.
2006-04-28packages/perl/perl-native_5.8.7.bb, packages/perl/perl.inc : fix issuesGraeme Gregory3
with building on multilib amd64 machines.
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-03-19perl: fix SRC_URI to use ftp, the http structure has been movedMichael Lauer1
2006-01-09explicit_merge of '85da89c673cc2faec29d5ea692e6e7638f4c1b5e'John Bowler1
and '5f32961e5d0f4132f4513cbeac7fe59dc5ae5315' using ancestor '' to branch 'org.openembedded.dev'
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)
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 Bowler3
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-10-18perl: NSLU2: fix LE config in 5.8.7John Bowler2
- 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-09-23perl: add libgcc.a to libperl.so on armeb to support thumbJohn Bowler1
2005-08-05Modify the way packages get split so no packages get ${TARGET_SYS} in the ↵David Karlstrom3
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 Karlstrom2
2005-08-03Add updated config.sh-mipsel-linux for perl 5.8.4 from CosmicPenguin, and ↵David Karlstrom2
add a bit more updated one for perl 5.8.7
2005-08-03Fix the i386 and i686 config.sh to use 5.8.7 instead of 5.8.4 in the pathsDavid Karlstrom2
2005-08-03Oh right, bump the PR...David Karlstrom1
2005-08-03Add missing defines for the i386 and i686 config.shDavid Karlstrom2
2005-08-02Add untested i386 config.sh for perl for OE-Bug:#196David Karlstrom2
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 Karlstrom4
utilities like cpan works
2005-07-30Add -lgcc_s to perllibs for arm too (already added for armeb), Closes: ↵David Karlstrom2
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 Karlstrom3
2005-07-28Disable PARALLEL_MAKE for perl-nativeKoen Kooi1
2005-07-26Update perl to 5.8.7, modified armeb patch to work for OpenSlugDavid Karlstrom10
2005-06-30import clean BK tree at cset 1.3670Koen Kooi12
2005-03-09Fixes for the perl config.sh for i686-linux.Chris Larson2
BKrev: 422f71f2QX6OEFU_MaPyWIGzxGL4VQ
2005-03-09perl: Mangle one of the test results in the config.sh's when creating the ↵Chris Larson2
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 Purdie13
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
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/23 15:31:35-06:00 ti.com!kergoth Apply fix to lame from Michael Kropfberg that ensures that the library packages get emitted. 2005/02/23 14:04:22-06:00 ti.com!kergoth Use the recent glibc snaps by default for the sh3 and sh4 target architectures. 2005/02/23 13:49:33-06:00 ti.com!kergoth Fix the unpleasant target path mangling in do_install in the uclibc builds to happen only when necessary (thereby unborking the uclibc build with default paths). 2005/02/23 13:30:16-06:00 ti.com!kergoth modutils: apply patch from Hermann Lacheiner to fix another missing /. 2005/02/23 12:36:57-06:00 ti.com!kergoth Add sh3 uclibc defconfigs for all the uclibc versions. 2005/02/23 12:27:56-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/projects/oe/openembedded 2005/02/23 12:27:44-06:00 ti.com!kergoth module-init-tools: fix another bug caused by that rampant sed'ing. 2005/02/23 18:57:22+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 18:57:02+01:00 uni-frankfurt.de!mickeyl introduce IPKGBUILDCMD to enable overwriting the ipkg-build command line arguments. tweak sharprom-compatible.conf to override IPKGBUILDCMD. thanksfully, ipkg-build still supports the outdated format 2005/02/23 10:32:16-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/projects/oe/openembedded 2005/02/23 10:31:54-06:00 ti.com!kergoth Bump PR in the packages that were broken by the hokey sed from yesterday. 2005/02/23 17:14:56+01:00 uni-frankfurt.de!mickeyl misc opie files: use palmtopdir variable instead of hardcoding /opt/QtPalmtop/ 2005/02/23 17:05:25+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 09:56:05-06:00 ti.com!kergoth Fixes per the overenthusiastic sed / removal I did yesterday. Thanks to Hermann Lacheiner and Holger Schurig for spotting a couple of them, this should fix the others. 2005/02/23 16:48:08+01:00 uni-frankfurt.de!mickeyl make the prism3-support package work BKrev: 421cfb9f-K6bfhnkhAVPJV_fqpHn7Q