summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc_2.3.5+cvs20050627.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther1
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-19glibc: remove ld.so.conf, don't ship ldconfig if USE_LDCONFIG=0Phil Blundell1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj1
Busybox/logger is the place where libgcc is really invoked.
2008-07-25glibc.inc RRECOMMEND libgcc if nptlThomas Kunze1
libgcc is needed by glibc ntpl but not in NEEDED because glibc dlopens it. So our shlib code doesn't detect it.
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-05-28Fix glibc-stage.inc to copy the .a files to /usr/lib and not into /libKhem Raj1
2008-05-19glibc/linux-libc-headers: make sure that scsi headers are available when ↵Tom Rini1
needed. Fixes 4262. * commit by Laibsch
2008-04-04glibc: add libgcc do RDEPENDS if we build glibc with nptlThomas Kunze1
-ntpl dlopens libgcc so our shlibs code can't get this right
2008-03-07glibc: Fix the headers path option for various files, thanks for mwester for ↵Richard Purdie1
pointing it out
2007-10-29glibc: Factor staging function into a common .inc and remove hardcoded ↵Richard Purdie1
staging layout
2007-09-29glibc: No longer need to install to cross as well as staging (from poky)Richard Purdie1
2007-09-24glibc: ldconfig patch applies to big-endian (armeb) as well as arm.Mike Westerhof1
2007-09-04glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev ↵Marcin Juszkiewicz1
(from Poky)
2007-03-22glibc: recommit my glibc clean-up (minus the one change that broke things)Rolf Leggewie1
only semantic change is what is being discussed in bug 1987
2007-03-16disapproval of revision '2c516898480b1bc053c9cbf6da853a016059c4c6'Rolf Leggewie1
2007-03-15glibc: unify this beast some more.Rolf Leggewie1
2006-12-17glibc: first step to unifyRolf Leggewie1
2006-12-01Fix to allow glibc 2.3.5 to compile for powerpc archStelios Koroneos1
2006-11-21glibc/glibc_2.3.5+cvs20050627: Setting Default_preference_sh3 = "-1"Kristoffer Ericson1
* Doesnt build for sh3, so lets not use it
2006-11-20many packages: fix parse errorsMarcin Juszkiewicz1
2006-11-09glibc: Remove duplicate python function declarationsRichard Purdie1
2006-10-10glibcErik Hovland1
* Formatting change to the SRC_URI list. Zecke's patch used spaces instead of tabs and spaces.
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-08-31Update of my earlier change to make it possible to compile glibcErik Hovland1
2.3.5 with newer gcc compilers (4.0.2 and up). This commit changes the name of the files to weak instead of week. And updates the bb file respectfully.
2006-08-22merge of '7bf39cf992a3dbe062066db3100333fa62967447'Erik Hovland1
and 'd31705a022a5624d8e85880ced6f1e90daa6d840'
2006-08-16glibc: bump PR for latest locale-base changePhil Blundell1
2006-08-13glibc: bump PR for binary locale changePhil Blundell1
2006-08-11glibc: Update for keeping the debug information in the correct packageJamie Lenehan1
which is clearer. Use .../* to match files and ignore directories.
2006-08-11glibc: Add glibc-dbg package, and make sure all the .debug files go in toJamie Lenehan1
it. Bump the PR on all the glibc files since they all include glibc-package.bbclass. Closes #1220 "glibc ships spurious debug info".
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther1
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets
2006-08-05packages/glibc: Use require for the glibc filesHolger Freyther1
Use require for the glibc files
2006-07-28glibc: and bump PR after last changeKoen Kooi1
2006-07-26Found out that gcc that comes with mandriva 2006.0 will barf on compilingErik Hovland1
glibc if these two patches are not applied. These patches are backports from glibc 2.3.6.
2006-06-06glibc_2.3.5+cvs20050627: added patch for raise.c for compilation with gcc 4.1.1Frans Meulenbroeks1
see also http://sourceware.org/ml/libc-ports/2005-11/msg00018.html
2006-05-30glibc 2.3.5+cvs20050627: Revert sh fix from bug #954 again to get sh4 toJamie Lenehan1
build again. No effect on sh3 (or other arch) but gets sh4 to build. Closes bug #954.
2006-05-19merge of 46c1cdea7bf65d8ba6bbe951e7408d24d5b05d06Erik Hovland1
and 8cd65284f1d330175ae2d67c03b8a2c1b41e858a
2006-05-16glibc 2.3.5+cvs fix pnum=0 patch (tss...)Michael Lauer1
2006-05-16glibc-cvs-2.3.5: apply superh fcntl patch for sh3|sh4. closes #955Michael Lauer1
2006-05-15merge of 599c09d67423118adcf4ed6ee44637260778ff74Erik Hovland1
and 8fbc8e73670d1f0b1c156b5be2c15cb389f2128e
2006-05-13merge of 1790fd843078a2ebd98288de3336054f298213faMichael Lauer1
and 365caef70205e8aaef5c4715bb034a6e23ef0113
2006-05-11glibc-cvs-2.3.5: build a working glibs for sh4. closes #721Michael Lauer1
2006-05-11glibc: revert #954Koen Kooi1
2006-05-09glibc 2.3.5-20050627: fix glibc build for superh archs - close #954Marcin Juszkiewicz1
2006-05-08Phil's fix for glibc and mmap_threshold default.Erik Hovland1
2006-04-18glibc: 5090_all_stubs-rule-fix.patch allows building from very deep Raymond Danks1
directories
2006-03-06glibc, package.bbclass: generate old-style binary locales at build time ↵Rene Wagner1
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). - running localedef (in qemu...) for every locale takes a while. set BINARY_LOCALE_ARCHES = "" to avoid the new behaviour.
2006-02-18glibc 2.3.5+cvs20050627: use a different name for the tarball to avoid ↵Koen Kooi1
corruption due to wget -c