aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibc
AgeCommit message (Collapse)Author
2006-11-16glibc: use xargs to avoid a long command-lineJustin Patrin
2006-11-14add check_pf.patch to glibc-2.4/ as wellKoen Kooi
~lart FILESDIR
2006-11-14glibc 2.5: add patch to fix Koen Kooi
"Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 3' failed." on ARM/OABI
2006-11-09glibc: Remove duplicate python function declarationsRichard Purdie
2006-11-06glibc-2.4: Add upstream fix for ARM IPC issuesRichard Purdie
2006-10-26glibc-package.bbclass: Fix PACKAGES_DYNAMICRichard Purdie
2006-10-20glibc 2.5: stage correct sigthreads.hKoen Kooi
* fixes mysql compilation * spotted by 'nicolasfr' in #oe
2006-10-20glibc 2.4: start whitelisting compatible hosts with COMPATIBLE_MACHINEKoen Kooi
* default_preference is too weak to mask out broken archs
2006-10-20glibc: re-added 2.4 with DEFAULT_PREFERENCE = "-1" set for ARMMarcin Juszkiewicz
- 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 Kooi
2006-10-16glibc-package.bbclass: Make the localedef error more helpfulRichard Purdie
2006-10-11glibc 2.5: remove some hardcoded referencesKoen Kooi
glibc-intermediate 2.5: add it
2006-10-11glibc 2.5: re-enable zecke-sane-readelfKoen Kooi
2006-10-10glibc 2.5: add version that builds, not tested on device yetKoen Kooi
* zecke-sane-readelf needs refreshing * other non-applying patches seen to have been applied, but references have been left in for further inspection
2006-10-10glibcErik Hovland
* 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 Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-04glibc-package.bbclass: Add supersecret -r switch to qemu userspace emulator,Paul Sokolovsky
which allows to override kernel version report to guest apps (otherwise, host kernel version is used, which causes "Kernel too old" errors in glibc startup code in guess, if host kernel is older than 2.6.14-something). Tested with qemu 0.8.2 (and yes, I couldn't find -r switch in qemu doc, taken from a mail by Paul Brook, qemu co-maintainer).
2006-09-29merge of c03b28dceb994cd2ab73b1d2bee782c3a0360eacMichael Lauer
and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40
2006-09-29glibc* 2.4 add proper fix for building against recent linux userland headersMichael Lauer
repairs breakage introduce by previous patches. thanks Jamie Lenehan.
2006-09-28glibc_2.4.bb: Typo fix in comment.Paul Sokolovsky
2006-09-28glibc 2.4: Apply recently added patches only fo x86.Paul Sokolovsky
* 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 Lauer
2006-09-14glibc: adjust check for uclibcKoen Kooi
2006-08-31Update of my earlier change to make it possible to compile glibcErik Hovland
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-30merge of 'd0e2c30b999cbef32c26717651606b8411ad02d6'Erik Hovland
and 'ffac2606c1f6116f54c1871ff55c69f027252547'
2006-08-27glibc: use libs from /lib instead of for binary locale generationPhilipp Zabel
2006-08-26glibc 2.4: remove spurious committed Werror bitKoen Kooi
2006-08-26glibc 2.4: also mask out gez_ERKoen Kooi
2006-08-22merge of '7bf39cf992a3dbe062066db3100333fa62967447'Erik Hovland
and 'd31705a022a5624d8e85880ced6f1e90daa6d840'
2006-08-16glibc: bump PR for latest locale-base changePhil Blundell
2006-08-16glibc: legitimize package names in locale-base RDEPENDSPhil Blundell
2006-08-13glibc: bump PR for binary locale changePhil Blundell
2006-08-13glibc: try to fix locale naming (BZ #1140)Phil Blundell
2006-08-11glibc: Update for keeping the debug information in the correct packageJamie Lenehan
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 Lenehan
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-10glibc-package.bbclass: added libc6 to PACKAGES_DYNAMICFrans Meulenbroeks
2006-08-06packages/glibc: Add patch, patch glibc2.4 to use $target-readelfHolger Freyther
Use $target-readelf instead of hardcoding readelf which is not present on non GNU, non binutils system.
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther
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 Freyther
Use require for the glibc files
2006-07-28glibc: and bump PR after last changeKoen Kooi
2006-07-28glibc.bbclass: remove spurious '/'Koen Kooi
2006-07-26Found out that gcc that comes with mandriva 2006.0 will barf on compilingErik Hovland
glibc if these two patches are not applied. These patches are backports from glibc 2.3.6.
2006-07-07glibc 2.4: To build glibc for sh we need to pass no-z-defs=yes viaJamie Lenehan
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 Lenehan
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-07-05glibc-initial_2.4: FILESPATH changed from glibc-cvs into glibc-2.4Dirk Opfer
2006-06-06glibc_2.3.5+cvs20050627: added patch for raise.c for compilation with gcc 4.1.1Frans Meulenbroeks
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 Lenehan
build again. No effect on sh3 (or other arch) but gets sh4 to build. Closes bug #954.
2006-05-29glibc 2.4: hopefully solve the do_stage loopKoen Kooi
2006-05-19merge of 46c1cdea7bf65d8ba6bbe951e7408d24d5b05d06Erik Hovland
and 8cd65284f1d330175ae2d67c03b8a2c1b41e858a
2006-05-16glibc 2.3.5+cvs fix pnum=0 patch (tss...)Michael Lauer