summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_0.9.29.bb
AgeCommit message (Collapse)AuthorFiles
2008-11-15uclibc-0.9.29: remove DEFAULT_PREFERENCEwoglinde1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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-18uclibc.inc: do not install ldconfig and ldd to stagingwoglinde1
* do not install this target binaries to install they are not useful and were installed into a false directory * bump PR on all affected recipes
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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-01uclibc: tweak debug optsKoen Kooi1
2008-09-06uclibc 0.9.29: fix -dbg packagingKoen Kooi1
2008-08-29Convert spaces into tabs for better readability.Khem Raj1
2008-08-23This adds a package name alias virtual-libc-dev for libc-dev(uclibc)Khem Raj1
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-21This patch Does followingKhem Raj1
1. Adds new recipe for uclibc nptl build. (currently only arm is in) 2. Renames uclibc-cvs to uclibc-svn 3. Revs up the sane rev of svn recipes to tested one. 4. Makes arm_fix_alignment.patch in two versions one for svn and one for 0.9.29 unfortunately changes in svn does not let us apply the 0.9.29 patch on svn cleanly. -Khem
2008-08-20Enable -fgnu89-inline on compilers that support it. This helpsKhem Raj1
0.9.29 to compile with gcc 4.3.
2008-08-12uclibc 0.9.29: Enable UCLIBC_HAS_PROGRAM_INVOCATION_NAME in uClibc.distro.Robert Schuster1
2008-08-03apply uclibc-arm-ftruncate64 patch for 0.9.29Khem Raj1
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
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-05-25uclibc: the higher DEFAULT_PREFERENCE are the more it is takenHenning Heinold1
* set uclibc 0.9.28 to 1 * set uclibc 0.9.29 to 3
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