aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibc
AgeCommit message (Collapse)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>
2009-02-13Signed-off-by: Khem Raj <raj.khem@gmail.com>Roman Khimov
glibc_2.7.bb: Apply glibc-use-isystem-include-fixed.patch
2009-02-13Signed-off-by: Khem Raj <raj.khem@gmail.com>Roman Khimov
glibc-initial_2.7: New recipe
2008-12-18glib-2.3.6: reinstate missing ld.so.confPhil Blundell
2008-12-04glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to ↵Koen Kooi
work on x86_64 hosts
2008-11-19glibc-package: use qemu-i386 when building for i486 architectureOtavio Salvador
2008-11-10glibc_2.2.5: Make it buildable again for Unslung distroRod Whitby
2008-11-06glibc: Add support for compiling glibc with march=i686Denys Dmytriyenko
2008-10-31glibc 2.6.1: bump PR for package.bbclass changeKoen Kooi
2008-10-25glibc-2.6.1: fix interworking for armv4tPhilip Blundell
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther
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 Blundell
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-13This fixes the problem reported in bug 4536. Backport the patch which adds ↵Khem Raj
include-fixed to be searched for include files in glibc configure mechanism. This means we do not need the include packaging hack that we have in gcc 4.3.x recipes. I was using 2.6.25 kernel headers which means I have to backport another patch to get rid of asm/page.h. I have tested it on angstrom 2008.1 gcc-4.3.2+glibc-2.6.1 and gcc-4.3.2+eglibc_svn -Khem
2008-08-23This adds a package name alias virtual-libc-dev for libc-dev(uclibc)Khem Raj
and libc6-dev (glibc,eglibc) packages. This helps in using the common name for tasks which do not care about the libc being used. This also fixes Bug 4509 -Khem
2008-08-04glibc: use ARM instruction set always - it is not buildable with Thumb - ↵Marcin Juszkiewicz
close #1708
2008-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj
Busybox/logger is the place where libgcc is really invoked.
2008-07-25glibc.inc RRECOMMEND libgcc if nptlThomas Kunze
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 Raj
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-07-06glibc 2.6.1: change optimizations flags for armv7aKoen Kooi
* If the rebuild fails in do_configure, build glibc-initial to get limits.h in a place where glibc can find it. Builds from scratch works great, though
2008-05-28Fix glibc-stage.inc to copy the .a files to /usr/lib and not into /libKhem Raj
2008-05-24Move eglibc to a separate package. Adios glibc.Khem Raj
2008-05-20glibc: Fix binary locale generation for i586/i686 TARGET_ARCHOtavio Salvador
2008-05-19glibc/linux-libc-headers: make sure that scsi headers are available when ↵Tom Rini
needed. Fixes 4262. * commit by Laibsch
2008-04-21merge of '8a3c4530401cc8efd585c6614fd3e4bcc0679140'Khem Raj
and 'a76532fd2709fdf263260cffd0dd46812f4c8540'
2008-04-21glibc_2.6.1.bb: fix powerpc/soft-float buildsJeremy Laine
* fixes errors message stating fe_nomask.o cannot be built * see http://sources.redhat.com/ml/libc-ports/2007-06/msg00005.html
2008-04-19Bump eglibc svn to 2.8Khem Raj
2008-04-07Fix eglibc to make it build using OABI.Khem Raj
Bring up to latest stable svn revision. Fix unused global variable problem in eglibc-package.bbclass.
2008-04-05glibc: add currently unused glibc-includes-fixed-isystem.patch based on ↵Koen Kooi
http://sourceware.org/ml/libc-alpha/2007-03/msg00017.html
2008-04-04glibc: add libgcc do RDEPENDS if we build glibc with nptlThomas Kunze
-ntpl dlopens libgcc so our shlibs code can't get this right
2008-03-27glibc: Add 2.3.6Richard Purdie
2008-03-24glibc.inc: QA add LEAD_SONAMEJunqian Gordon Xu
2008-03-17glibc-initial: Stage stdio_lim.h header since it doesn't seem to stage by ↵Richard Purdie
default breaking gcc-cross-initial
2008-03-16Bump the eglibc sane revision.Khem Raj
Use glibc-stage.inc in eglibc recipes.
2008-03-14eglibc: Fix after the sysroot changesRichard Purdie
2008-03-07glibc: Fix the headers path option for various files, thanks for mwester for ↵Richard Purdie
pointing it out
2008-03-04glibc 2.7: fix undefined referenceKoen Kooi
2008-03-01glibc: use QEMU_OPTIONS to generate binary locales for armv6 machines (from ↵Marcin Juszkiewicz
Poky)
2008-02-29merge of '7ebcf65940382b7ebea258189704cb0e4a77dc70'Michael Lauer
and 'ae9980c1d055e682beb2fea6cfddb080c495b43b'
2008-02-28eglibc: Remove hardcoded layout, improve staging path referencesRichard Purdie
2008-02-20glibc 2.5|2.6.1 actually apply the local-dynamic-resolvconf.patch instead ofMichael Lauer
just unpacking it into debian/patches... ~lart debian...
2008-02-17packages/glibc/zecke-sane-readelf.patch: This was needed because OSX has no ↵Holger Freyther
readelf command by default and thread support of the compiler was misdetected to the missing readelf.
2008-02-12add patch to make glibc-intermediate compile on arm-oabiThomas Kunze
* closes 3618
2008-01-29glibc 2.5, 2.6.1:Michael Lauer
* check for updated resolv.conf before a nameserver call (see debian bug #272265) * remove bogus executable attribute for patch * clean up ugly mixing of tabs and spaces
2008-01-28divers: delete 22 empty directoriesRolf Leggewie
* skipping packages/netbase/ since those seem to be used albeit incorrectly
2007-12-23Remove some GNUism and replace cp -a with cp -pPR (once again)Holger Freyther
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far.
2007-12-19glibc-2.2.5: Disable gconv package processing for Unslung distro.Rod Whitby
2007-12-19glibc-2.2.5: Fixed staging (someone made a typo when putting in ↵Rod Whitby
layout_base_libdir).