summaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc-0.9.30.1
AgeCommit message (Collapse)Author
2010-01-02Fix the wrong setting in qemumips/uClibc.machineGuo Hongruan
* In the previous version, the qemumips/uClibc.machine is copied from qemux86/uClibc.machine without any modification, which causes the compilation of uClibc for qemumips failed. Signed-off-by: Guo Hongruan <camelguo@gmail.com>
2009-11-30uclibc: add O_CLOEXEC support needed for newer pulseaudioHenning Heinold
* only for version 0.9.30.1 * bump PR
2009-11-24uclibc: clean up uClibc for the new oe features mainly done Richard PurdieHenning Heinold
* fix paralllel make install of uClibc, now we have libc.so in place * bump PR for 0.9.30.1
2009-10-24Add support for MIPS qemu machineKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-19uclibc-0.9.30: We need the __always_inline__ patch, bump PR.Tom Rini
Also move the patch into files dir. This probably applies to other older versions as well.
2009-09-17uClibc: use __always_inline instead of __inline__Mario Domenech Goulart
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-09-08uclibc_0.9.30.1: Disable STDIO_GETC|PUTC MACROsKhem Raj
* There is a problem with threads enabled and hiding __fgetc_unlocked and __fputc_unlocked which gets pulled in with the macros. This patch disables the macros and it will use the functions to perform these functions Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27uclibc: Make 0.9.30.1 as default if not specifiedKhem Raj
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-09uclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmicHolger Hans Peter Freyther
gcc4.4 and glibc 2.10 complain that getline already has a different signature. Rename the version in the unidef.c.
2009-07-02uclibc: Add x86/uClibc.machine for x86 uClibc configHolger Hans Peter Freyther
Currently each MACHINE needs a uClibc.machine config otherwise the uClibc compile will fail with weird error messages. Add a config for MACHINE="x86" and "suprisingly" it is almost the same as the qemux86 version. I sent an email asking for help to handle this duplication. Acked-By: Henning Heinold <heinold@inf.fu-berlin.de>
2009-04-28uClibc: Always enable PTHREADS_DEBUG_SUPPORTTom Rini
This will make sure we always have the uclibc-thread-db package, which task-sdk-bare requires. After an audit of the versions in question, what always happens now is that all libpthread debugging stuff from libpthread ends up in a specific file and package. Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-03-24uclibc-0.9.30.1: enable UCLIBC_HAS_GETPTwoglinde
2009-03-18uclibc: add config for wrapwoglinde
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>