summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_0.9.29.bb
AgeCommit message (Collapse)AuthorFiles
2008-05-25uclibc: 0.9.28 shouldnt bee the DEFAULT_PREFERENCEHenning Heinold1
* 0.9.28 set DEFAULT_PREFERENCE to 3 * 0.9.29 set DEFAULT_PREFERENCE to 1
2008-05-24uclibc-dev should rdepend on kernel-headers-devKhem Raj1
2008-05-17uclibc_0.9.29: add arm_fix_alignment.patchCliff Brake1
2008-05-06uclibc_0.9.29/svn: add wcs_upper_buffer patch from Henning HeinoldCliff Brake1
2008-05-04packages/uclibc/uclibc_0.9.29.bb : Bump PR to account for additions/changes ↵Stelios Koroneos1
in several machine config files
2008-05-01 packages/uclibc/uclibc_0.9.29.bb : bump PRStelios Koroneos1
2008-04-28Fix recently added DEPENDS on ncurses-native. Fix HOSTCFLAGS to use _NATIVE.Leon Woestenberg1
2008-04-11uclibc: fix extra/scripts/gen_bits_syscall_h.sh for armHenning Heinold1
* gen_bits_syscall_h.sh worked right for serval years * unistd.h for arm contains now some syscalls starting with __ARM_NR_ * and thats why they don't get parsed over to the uclibc-header * they are seldom used, but the cacao-javavm use one of them * unistd_arm.patch fixes this issues
2008-03-26uclibc 0.9.29: Actually apply the uClibc-0.9.29 patch for the AVR32 bzero() ↵Geoffrey Wossum1
issue
2008-03-09uclibc_0.9.29: Fix bash'ism according with upstream uclibc fix.Leon Woestenberg1
2008-03-09uclibc-0.9.29: Remove bash'ism in equal check of some config script.Leon Woestenberg1
2008-03-05uclibc: Merge various changes made in Poky to fix various pathsRichard Purdie1
2008-02-15uclibc 0.9.29: blackfin and avr32 updatesKoen Kooi1
2007-10-12uclibc 0.9.29: add patches from buildrot to fix mmapKoen Kooi1
2007-08-29uclibc 0.9.29: add templates for different ARM generations and use iwmmxt ↵Koen Kooi1
for gumstix-verdex
2007-07-04There are some definition missing in uclibc which preventsHenning Heinold1
building of bluez-utils. -termios.h will be fixed in nex uclibc version according to this thread http://www.mail-archive.com/uclibc@uclibc.org/msg00382.html -errno_values.h is mostly the same as the linux kernel headers but didnt change for years and so stucked with the 2.4 defintions, 2.6 added some more like "ENOKEY" Bumping PR to get rebuilds. Beaware that the toolchain could be broken after compiling the new uclibc version. If you got side-effects with __clz-tab missing symbol, recompile the whole stuff.
2007-05-28uclibc: fix strongarm configsKoen Kooi1
2007-05-28uclibc: fix strongarm defconfigs and add some moreKoen Kooi1
2007-05-23uclibc: Add uclibc-initial-0.9.29 so that toolchain bootstrap from recent ↵Leon Woestenberg1
kernel headers works.
2007-05-21uclibc-0.9.29: Revert untested patch, must test first.Leon Woestenberg1
2007-05-21uclibc-0.9.29: Fix inproper shift in mmap (uClibc bugid 1303).Leon Woestenberg1
2007-05-16uclibc: bump PR for zecke's change to the configKoen Kooi1
2007-05-14uclibc 0.9.29: turn on SUSV3 stuff on angsgrom to build perlKoen Kooi1
2007-05-14uclibc 0.9.29: fix FILESPATH, add ep93xx configKoen Kooi1
2007-05-13uclibc: Use only uClibc.{distro,machine} for 0.9.29. Do not need require ↵Leon Woestenberg1
these for <0.9.29. This fixes uclibc-initial-0.9.28 builds.
2007-05-12uclibc: add recipe for 0.9.29Koen Kooi1
* builds for angstrom/ixp4xxbe * other distros and machines need to add their own uClibc.machine and uClibc.distro configs