aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
AgeCommit message (Collapse)Author
2009-01-01libtimedate-perl: New perl library.Stanislav Brabec
2009-01-01libdevice-serialport-perl: New perl library.Stanislav Brabec
2008-11-23libarchive-zip-perl: add 1.26Koen Kooi
2008-11-11perl and cpan.bbclass: Never reference to host instance of perl:Stanislav Brabec
* install MakeMaker files separately for native and target system * PERL_INC, PERL_LIB and PERL_ARCHLIB changes through environment * for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006815.html
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-19perl-native: respect STAGING_BINDIR over prefixPhil Blundell
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-01perl: fix references to STAGING_DIR/HOST_SYS, it needs to be ↵Koen Kooi
STAGING_DIR_HOST for the upcoming MULTIMACH_TARGET_SYS changes * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html
2008-08-25packages/perl/perl_5.8.8.bb : Change section to devel/perl to match pythonStelios Koroneos
Bump PR
2008-08-04liburi-perl: direct PERL_ARCHLIB to STAGING_LIBDIR_NATIVE, instead of the ↵Junqian Gordon Xu
host env * CAVEAT: perl/5.8.8 has to be hard coded, needs to be updated with each new perl version
2008-08-04libwww-perl: direct PERL_ARCHLIB to STAGING_LIBDIR_NATIVE, instead of the ↵Junqian Gordon Xu
host env * CAVEAT: perl/5.8.8 has to be hard coded, needs to be updated with each new perl version
2008-07-13libxml-simple-perl*: merge from pokyKoen Kooi
2008-05-13libwww-perl-(native): add lost recipies during merge conflict.Junqian Gordon Xu
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation
2008-04-28mtn diff -r 3e22c6ee5af012d09e9027c2ade50920300fb0f2 -r ↵Holger Freyther
60d4d904e10f8212b1c2242377b31ccc2e29e374 | patch -R -p0 --remove-empty-files disapprove for the poor and "mtn suspend"-les people
2008-03-19libxml-parser-perl-native_2.34.bb : change ordering to make staging workGraeme Gregory
2008-02-29perl: add libwww-perl and nativeJohn Lee
2007-11-30libxml-parser-perl: add expat dependency (from Poky)Marcin Juszkiewicz
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie
2007-08-14perl-5.8.8: Have make override any environment TOPDIR variable.Leon Woestenberg
2007-07-06perl 5.8.8: A few host paths were being included in the perl for the target.Jamie Lenehan
Update the sed magic to catch the files that were being missed. Closes #2575.
2007-07-06perl/perl-native 5.8.8: Fix up asm/page.h include issue. Perl was includingJamie Lenehan
it in order to get the definition for getpagesize which has been definied in unistd.h, which it already includes, since glibc 2.1. Some versions of linux libc headers removed the asm/page.h resulting in failures here for some people. Closes #2546.
2007-07-05perl-5.8.8: Fix syntax error (unterminated quoted string)Shane Volpe
2007-06-14perl 5.8.8: Don't set LD_LIBRARY_PATH when running miniperl. This was beingJamie Lenehan
set to point at the current perl build to find the shared perl library, however in the OE case we actually want the staged native version not those that belong to the build for the target. The miniperl binary actually has an rpath pointing at the staging dir so no LD_LIBRARY_PATH is required. It seems gentoo has started letting LD_LIBRARY_PATH override rpath which is breaking the perl build. Should solve part of #2483 and other irc reports of problems.
2007-06-14perl 5.8.8: Directly patch the files that need patching instead of having aJamie Lenehan
makefile within the perl build apply the patches. This was a left over from the previous perl version and makes modifying these patches a lot more difficult than it really needs to be.
2007-06-14perl 5.8.8: Fix the regexp for removing /usr/local paths - it was eating theJamie Lenehan
seperating space in some cases. Report as part of #2483.
2007-06-09perl-native 5.8.8: Deactivate patch which unconditionally adds commandline Paul Sokolovsky
switches for some hacked gcc version, which are not recognized with official gcc's. * See #1980.
2007-06-07perl-native 5.8.8: Fix for building with SSP-modified host gcc's, asJamie Lenehan
requested in bug #1980. Closes #1980.
2007-06-02perl 5.8.8: Fix for building under gcc 4.2 which was just added to OE. ItJamie Lenehan
was already included being included in perl-native, but not in perl itself.
2007-06-01libxml-parser-perl-native: Remove uneeded entries:Jamie Lenehan
* DEPENDS on perl-native isn't needed since cpan.bbclass adds this. * DEPENDS on expat-native isn't needed since libxml-parser-perl adds this. * RDEPENDS on perl-native was only here to prevent an RDEPENDS on perl. The RDEPENDS was being added by cpan.bbclass, but that has now been fixed to not add it for native packages. This needed to be removed so that perl isn't built when you only want libxml-parser-perl-native.
2007-05-30perl 5.8.8: Fixes for uclibc and libxml-parser-perl.Jamie Lenehan
* Stage the headers from perl * Modify cpan.bbclass to use the appropriate headers. * Remove prototypes as well as disabling functions that uclibc doesn't support. * Bump PR on libxml-parser-perl to force it to be rebuilt. Previously it was always using the headers from native-perl, since the headers were the same for native and target... but that's only true in the case of glibc, for uclibc the headers are different.
2007-05-30libxml-parser-perl-native: fix RDEPENDS (from Poky)Marcin Juszkiewicz
2007-05-30perl 5.8.8: Bump PR on modules to force the -native versions to be rebuiltJamie Lenehan
to take into account the new staging location of perl. This will also force a rebuild of libxml-parser-perl which should now work.
2007-05-30perl-native 5.8.8: Fix an issues with the perl makedepend script notJamie Lenehan
properly terminating a quote. This is in theory the fix for the /bin/sh -> /bin/dash problems with perl, however since I don't have any issues here with dash (ubuntu 6.10) I can't confirm this. The patch is an obvious fix though so I'm adding it.
2007-05-30perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in theJamie Lenehan
environment and use that instead of the configured location of PERL_INC. Without this PERL_INC for non-native recipes ends up pointing at where the headers will be located on the target. In theory we could override this in cpan class when calling build.PL but for some packages, such as libxml-parser-perl, that only fixes the top-level makefile and is not propagated to the sub-makefiles. This change results in MakeMaker always picking up the correct staged location of the include files without effecting where they expect to be found on the target.
2007-05-30perl/perl-native 5.8.8: Change the installation directories used forJamie Lenehan
perl-native to remove the various directories and to remove the host specific path components. This is to make it easier to refer to the staged perl location from other places, such as when trying to tell things where the perl include files are located.
2007-05-30perl: Add some more modules which I've been using locally incase someoneJamie Lenehan
else happens to want to use them.
2007-05-29perl: Bump PR on modules that include shared libraries since these may haveJamie Lenehan
been effected by the revent CFLAGS changes to perl 5.8.8.
2007-05-29perl 5.8.8: Fix the CFLAGS being used for perl modules. Instead of replacingJamie Lenehan
the CFLAGS from the perl configuration with the OE CFLAGS we prepend the OE CFLAGS. This is needed to ensure that compiler defines (such as _GNU_SOURCE) are correctly definied when building perl modules. This primarily effects modules that link against the core perl library, such as libxml-parser-perl.
2007-05-11liburi-perl: added 1.35 (needed by exo, only native one tested)Marcin Juszkiewicz
2007-05-08perl modules: Bump PR since the directories they install into have changedJamie Lenehan
with the new version of perl.
2007-05-08perl/perl-native 5.8.8: Remove -DEFAULT_PREFERENCE = "-1" for version 5.8.8.Jamie Lenehan
Some distributions have already started to use this so it's probably about time to promote it to the default.
2007-05-08perl 5.8.8: Allow debian.bbclass to mess with perl-lib's naming. This willJamie Lenehan
cause issues with upgrading from earlier 5.8.8 versions (perl-lib will remain instead of upgrading to libperl5) but it'll actually make upgrades from 5.8.7 work. I can't see how to fix the 5.8.8 upgrading easily. The renaming was disabled due to a mistake on my part.
2007-05-06perl 5.8.8: Bump PR due to the perl-native change which will fix failingJamie Lenehan
perl builds on some hosts.
2007-05-06perl-native 5.8.8: Fix for cross-compile badness in the perl build. TheJamie Lenehan
perl-native configure script was added -I/usr/include/gdbm to the ccflags if you host had a /usr/include/gdbm/ndbm.h header, even though gdbm support is disabled. This patch stops the configure script adding that even if it finds the header there.
2007-05-04perl: Add the .debug directories that to FILES_${PN}-dbg in theJamie Lenehan
cpan-base.bbclass, and then update the cpan modules to no longer manually specify this. Also remove references to the new removed .packlist files.
2007-05-04perl-native 5.8.8: Apply the patch from perl to stop the .packlist filesJamie Lenehan
from being installed. Since we use perl-native to do the cpan module installs we need to changed perl-native as well to stop cpan modules from getting .packlist files. This is a new patch since just the .packlist related part has been extracted from the larger patch.
2007-05-04perl/perl-native 5.8.8: Move the creation of the hostperl link in stagingJamie Lenehan
from the configure task in perl to the stage task in perl-native where it belongs - perl shouldn't be messing with the staged perl-native.