summaryrefslogtreecommitdiff
path: root/packages/glibc
AgeCommit message (Collapse)AuthorFiles
2007-03-31glibc 2.5: Fix common case of GNU arrogance, make ldd work on posix shell.Paul Sokolovsky2
* Not bumping PR, to save people trouble. Leaving for decision to OE maintainers.
2007-03-25glibc, local.conf.sample: Introduce and handle new OE variable, ↵Paul Sokolovsky1
GLIBC_GENERATE_LOCALES to limit set of generated binary locales. * If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge time-savior for developmental builds. Format: list of locale.encoding pairs with spaces as separators, e.g.: GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" * Check your distro for minimal set of locales required. Old-time default is "en_GB.UTF-8 de_DE.UTF-8 fr_FR.UTF-8". * Angstrom requires en_GB only. * This commit does not changes the default, which is still generation of all available locales. * Closes #1966.
2007-03-22glibc: recommit my glibc clean-up (minus the one change that broke things)Rolf Leggewie13
only semantic change is what is being discussed in bug 1987
2007-03-16merge of 'be6200db697731daae7d15a8ac5ca6b54f62a6d0'Rolf Leggewie5
and 'e68c7275015e0b7f4e92aa7483c3d7038567a3dc'
2007-03-16merge of '93f735b7ca958938f3ad5bf1c45cb5cffc450a9f'Rolf Leggewie12
and 'c3ff8bda76176ba50e264f8fde35b69773d69eb5'
2007-03-16merge of '22194037a32f6de23fd28a12aec379cb884388b7'Rolf Leggewie5
and 'b9293118c194a01c44b71ffff72e461a3fe86807'
2007-03-16disapproval of revision '2c516898480b1bc053c9cbf6da853a016059c4c6'Rolf Leggewie12
2007-03-16disapproval of revision '286930242424d10b2503eb290dbc31c7975bab74'Rolf Leggewie12
2007-03-16disapproval of revision 'a96c9acac99b5599d2b0fb0a518603646414d166'Rolf Leggewie1
2007-03-15fix glibc QA issue in debug package and close bug 1987.Rolf Leggewie1
2007-03-15glibc: unify even moreRolf Leggewie12
2007-03-15glibc: unify this beast some more.Rolf Leggewie12
2007-03-15merge of 'a96c9acac99b5599d2b0fb0a518603646414d166'Rolf Leggewie5
and 'e8fe2283e0bda61a19e3e7f4cf561a638aa1b1fd'
2007-03-15merge of '286930242424d10b2503eb290dbc31c7975bab74'Rolf Leggewie5
and 'b7e38ccba43c893e20bc2db30dfbdd9a3f6c2053'
2007-03-12packages/glibc/glibc_2.5.bb: The following set of patches adds support for ↵Stelios Koroneos5
soft-float to powerpc targets without fpu for gcc 4.1.1/glibc 2.5
2007-02-16glibc: add a workaround for some strange shlib renaming problems, needs a ↵Koen Kooi1
proper fix
2007-02-15glibc: don't rdepend on bash, bitbake doesn't like thatdKoen Kooi1
2007-02-15glibc: make explicit the (current) dependency of ldd on bash, partly closes 1788Rolf Leggewie1
2007-02-15glibc: unify some moreRolf Leggewie4
2007-01-04glibc-2.5 initial: hide the 2.3 inheritance a bit betterKoen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie7
2006-12-21glibc 2.5: for some reason (#1708) glibc doesn't like thumb, so set ↵Koen Kooi1
ARM_INSTRUCTION_SET = "arm"
2006-12-17glibc: first step to unifyRolf Leggewie12
2006-12-10glibc 2.5: fix some funkiness with mathinline.hKoen Kooi2
2006-12-03glibc-package.bbclass: remove bogus --without-fpKoen Kooi1
2006-12-02glibc initial: add 2.5, needed for powerpcKoen Kooi1
2006-12-01Fix to allow glibc 2.3.5 to compile for powerpc archStelios Koroneos1
2006-11-29glibc 2.5: bump PR due to class changes this afternoonKoen Kooi2
2006-11-29packages/glibc/glibc-package.bbclass: package.bbclass is not yet spacified...Holger Freyther1
Oh use tabs for this method...
2006-11-29packages/glibc/glibc-packages.bbclass: Oh no, tabs :)Holger Freyther1
Use spaces in anonfunc, needed for BitBake trunk to speedup parsing a bit
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-16glibc: use xargs to avoid a long command-lineJustin Patrin1
2006-11-14add check_pf.patch to glibc-2.4/ as wellKoen Kooi1
~lart FILESDIR
2006-11-14glibc 2.5: add patch to fix Koen Kooi3
"Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 3' failed." on ARM/OABI
2006-11-09glibc: Remove duplicate python function declarationsRichard Purdie8
2006-11-06glibc-2.4: Add upstream fix for ARM IPC issuesRichard Purdie2
2006-10-26glibc-package.bbclass: Fix PACKAGES_DYNAMICRichard Purdie1
2006-10-20glibc 2.5: stage correct sigthreads.hKoen Kooi1
* fixes mysql compilation * spotted by 'nicolasfr' in #oe
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 Juszkiewicz3
- 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 Kooi3
2006-10-16glibc-package.bbclass: Make the localedef error more helpfulRichard Purdie1
2006-10-11glibc 2.5: remove some hardcoded referencesKoen Kooi2
glibc-intermediate 2.5: add it
2006-10-11glibc 2.5: re-enable zecke-sane-readelfKoen Kooi1
2006-10-10glibc 2.5: add version that builds, not tested on device yetKoen Kooi1
* 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 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 Kooi7
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 Sokolovsky1
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 Lauer1
and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40