summaryrefslogtreecommitdiff
path: root/packages/glibc
AgeCommit message (Collapse)AuthorFiles
2007-12-19glibc-2.2.5: Disable gconv package processing for Unslung distro.Rod Whitby1
2007-12-19glibc-2.2.5: Fixed staging (someone made a typo when putting in ↵Rod Whitby1
layout_base_libdir).
2007-12-19glibc-2.2.5: Added a couple of well-known patches to allow this old version ↵Rod Whitby3
of glibc to be built with gcc 4.x and dash.
2007-12-12Add glibc-* to equivalent eglibc-* packages in RPROVIDES.Khem Raj2
2007-12-05glibc-package.bbclass: merge LOCALE_UTF8_ONLY from pokyKoen Kooi1
2007-11-20packages/glibc/glibc_2.5.bb : Add a new patch for the powerpc targets with ↵Stelios Koroneos2
softfloat support that handles a case of strong alias for two (soft) float point functions. Original patch provided by Hiroki Kaminaga kaminaga at sm dot sony dot co dot jp
2007-11-17glibc: Various tweaks from PokyRichard Purdie2
2007-11-15glibc-intermediate: first stab at a recipe for 2.7Koen Kooi1
2007-11-12glibc 2.7: first stab at recipeKoen Kooi1
2007-10-29glibc: Factor staging function into a common .inc and remove hardcoded ↵Richard Purdie15
staging layout
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie4
2007-10-21glibc-initial: Factor common code into a .inc fileRichard Purdie8
2007-10-21glibc-intermediate: Factor common code into a .inc fileRichard Purdie6
2007-10-12glibc 2.3.3+cvs20050221: fix patch pnum (from Robert Shuster)Cliff Brake1
2007-09-29glibc-initial: Clear PACKAGES_DYNAMIC to avoid bogus valuesRichard Purdie8
2007-09-29glibc: No longer need to install to cross as well as staging (from poky)Richard Purdie14
2007-09-29glibc-initial: Can install to staging instead of cross due to cross-linkageRichard Purdie7
2007-09-24glibc: ldconfig patch applies to big-endian (armeb) as well as arm.Mike Westerhof1
2007-09-15glibc-package.bbclass: fix do_prep_locale_treePhilipp Zabel1
* there are both libgcc_s.so and libgcc_s.so.${someversion} in ${CROSS_DIR}/${TARGET_SYS}/lib
2007-09-14Delete the fcntl2 patch. Its committed upstream.Khem Raj2
2007-09-06merge of '4a859de905afc30ec35cf91dcd1dd6c18307c1f8'Leon Woestenberg15
and '9c6ceb61576fa98453a24fedb60c9d2b23d79c72'
2007-09-06eglibc: touch configure files to prevent them from being regenerated.Leon Woestenberg3
2007-09-04eglibc: apply glibc fix to eglibc as wellKoen Kooi2
2007-09-04glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev ↵Marcin Juszkiewicz13
(from Poky)
2007-09-01eglibc_svn: get_glibc_fpu_setting must be .._eglibc_..Leon Woestenberg1
2007-08-30eglibc: (r)provide glibc stuff, since it is compatible, closes #2894Khem Raj2
2007-08-25glibc-package.bbclass: Correct PACKAGES_DYNAMICRichard Purdie1
2007-08-22glibc: update to 2.6.1Koen Kooi3
2007-08-21glibc-2.6: remove ppc-nofpu patched, as they seem to have been appliedKoen Kooi1
2007-08-13glibc-intermediate_2.3.2+cvs20040726.bb : PACKAGES_DYNAMIC = "" becauseGraeme Gregory1
intermediate doesnt supply things like gconv.
2007-08-08eglibc: use eglibc-package.bbclassKoen Kooi1
2007-08-08eglibc: add eglibc-package.bbclass based on glibc-package.bbclassKoen Kooi1
2007-08-08eglibc: fix staging, SRC_URI and add a backport fix from gcc Khem Raj3
2007-08-07eglibc-intermediate: add completely untested eglibc-intermediateKoen Kooi1
2007-08-06eglibc-initial: add completely untested recipe (copy of glibc-initial 2.6)Koen Kooi1
2007-08-02eglibc: use SRCDATE for nowKoen Kooi1
2007-08-01eglibc: add svn recipe for eglibcKoen Kooi1
* this is WIP, but it completes do_compile * Need to bother Khem about how to do localegen the eglibc way
2007-07-30glibc 2.6: add more broken localesKoen Kooi1
2007-07-07glibc: remove /opt/QtPalmtop/lib from ld.so.confMichael Krelin5
2007-06-16glibc-intermediate: Unset PACKAGES_DYNAMIC (from Poky)Richard Purdie4
2007-05-31glibc-initial: add 2.6Koen Kooi2
glibc-intermediate: add 2.6
2007-05-31glibc: add 2.6Koen Kooi1
2007-05-31glibc-package.bbclass: replace os.path.join with base_path_join to make OE ↵Koen Kooi1
use the locales from WORKDIR instead of /usr, closes #1821
2007-05-26Unslung: glibc.bb and unslung.conf - make Unslung build with bitbake 1.8Mike Westerhof1
2007-05-03glibc: Remove armeb strlen workaround. We now have the GCC PR16350 patch, ↵Leon Woestenberg3
take 3 in GCC.
2007-05-01glibc: also add strlen patch to glibc-2.4 dirKoen Kooi1
2007-05-01glibc 2.5: fix the strlen() issues on big endian EABI, thanks to Lennert for ↵Koen Kooi2
tracking down the culprit * This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined
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