summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc_2.4.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
2007-10-29glibc: Factor staging function into a common .inc and remove hardcoded ↵Richard Purdie1
staging layout
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie1
2007-09-29glibc: No longer need to install to cross as well as staging (from poky)Richard Purdie1
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-11-29glibc 2.5: bump PR due to class changes this afternoonKoen Kooi1
2006-11-09glibc: Remove duplicate python function declarationsRichard Purdie1
2006-11-06glibc-2.4: Add upstream fix for ARM IPC issuesRichard Purdie1
2006-10-20glibc 2.4: start whitelisting compatible hosts with COMPATIBLE_MACHINEKoen Kooi1
* default_preference is too weak to mask out broken archs
2006-10-20glibc: re-added 2.4 with DEFAULT_PREFERENCE = "-1" set for ARMMarcin Juszkiewicz1
- it would be nice if developers will *check* before commiting does changeset break other configurations then their one
2006-10-19glibc: drop 2.4, since it is confirmed to be nonworking on armKoen Kooi1
2006-09-29merge of c03b28dceb994cd2ab73b1d2bee782c3a0360eacMichael Lauer1
and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40
2006-09-29glibc* 2.4 add proper fix for building against recent linux userland headersMichael Lauer1
repairs breakage introduce by previous patches. thanks Jamie Lenehan.
2006-09-28glibc_2.4.bb: Typo fix in comment.Paul Sokolovsky1
2006-09-28glibc 2.4: Apply recently added patches only fo x86.Paul Sokolovsky1
* Fixes breakage on ARM. * Don't bump PR (previous commit neither did), to save long rebuilds. Few people affected should use "bitbake glibc -c rebuild". * Fixes #1443. * Approved by Michael 'Mickey' Lauer <mickey at tm.informatik.uni-frankfurt de>.
2006-09-26glibc 2.4 backport two patches from HEADMichael Lauer1
2006-08-26glibc 2.4: remove spurious committed Werror bitKoen Kooi1
2006-08-26glibc 2.4: also mask out gez_ERKoen Kooi1
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/glibc: Add patch, patch glibc2.4 to use $target-readelfHolger Freyther1
Use $target-readelf instead of hardcoding readelf which is not present on non GNU, non binutils system.
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-07glibc 2.4: To build glibc for sh we need to pass no-z-defs=yes viaJamie Lenehan1
configparams. Add a patch to do this so it builds for sh3 and sh4.
2006-07-06glibc 2.4: Remove the workaround from CVS changes. This isn't a CVS versionJamie Lenehan1
so the workaround shouldn't be needed. Also this work around breaks glibc 2.4 for all targets that are no in ports (x86, sh, sparc, powerpc).
2006-05-29glibc 2.4: hopefully solve the do_stage loopKoen Kooi1
2006-05-12glibc 2.4: adjust arm-long-long.patch, fix by 'likewise' on #oeKoen Kooi1
2006-03-23glibc-2.4: Fix up ARM EABI for removed syscallsPhilipp Zabel1
- patch by Daniel Jacobowitz from http://sourceware.org/ml/libc-ports/2006-03/msg00029.html
2006-03-18glibc-2.4: depend on linux-libc-headers instead of shipping it with the ↵Philipp Zabel1
glibc build
2006-03-18glibc,glibc-intermediate 2.4: fixups for EABI build:Koen Kooi1
* Stage the eabi kernel headers to fix problems with gcc-cross * don't depend on linux-libc-headers since we use our own headers now
2006-03-15glibc 2.4: ooops, forgot to change a version numberKoen Kooi1
2006-03-15glibc 2.4: use eabi capable headersKoen Kooi1
* remove maintainer field
2006-03-14Pushing glibc 2.4 per OE bug ticket #741. Thanks to Bernhard RosenkraenzerJoseph Cole1
for the patch. Not including CVS modifications, reference bug report if they are needed, or add them yourself. This is not tested, setting preference to "-1".