aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uclibc
AgeCommit message (Collapse)Author
2009-01-11uclibc: correct pthread_atfork function for linuxthreadwoglinde
* bump PR
2009-01-09uClibc.config: NewKhem Raj
uClibc.distro: New arm/uClibc.config: Set UCLIBC_SUSV4_LEGACY
2009-01-02uclibc_0.9.30: Remove ldso_hash patchKhem Raj
uclibc_nptl.bb: Ditto uclibc_svn.bb: Ditto
2008-12-18uclibc-0.9.30: Update ldso_hash.patch so we do not ignore LDFLAGS_GNUHASH ↵Khem Raj
assignment uclibc-nptl: Ditto uclibc-svn: Ditto
2008-12-18uclibc-nptl: Add ldso_hash.patchKhem Raj
* Eanble LDSO_GNU_HASH_SUPPORT in config
2008-12-10uclibc.inc: Point uClibc-locale-030818.arm.tgz to updated url.Khem Raj
checksums.ini: Add checksum of uClibc-locale-030818.arm.tgz * in uclibc.inc use inverted condition to set up UCLIBC_HAS_LOCALE config option. so we enable it based on USE_NLS rather than disabling it when USE_NLS=no because by default it is not set.
2008-12-09common-glibc: Add va_copy and _va_copyKhem Raj
common-uclibc: Ditto mipsel: Add mipsel config for uclibc
2008-11-27uclibc: avr32 can not be build with gnuhash-stylewoglinde
* avr32 uses older binutils not supporting gnuhash-style * disable it via configmangle in the configure stage * remove the ldso_hash.patch for avr32 * bump PR
2008-11-25uclibc_0.9.30.bb: Use renamed ldso_hash.patch for avr32Khem Raj
2008-11-21uclibc-svn: Port hash_style patch from 0.9.30Khem Raj
2008-11-21uclibc-svn: Enable log2_test in uclibc testsuiteKhem Raj
2008-11-21sane-srcrevs: Bump eglibc and uclibc to new sane svn revisionsKhem Raj
uclibc-svn: Bump version to 0.9.30 uclibc-nptl: Bump version to 0.9.30 eglibc-svn: Bump version to eglibc 2.9
2008-11-21uclibc-0.9.30: add ldso_hash.patch for avr32 toowoglinde
* because it covers now more arch, rename the patch to ldso_hash.patch * was requested by Steffen Sledz * bump PR
2008-11-16uclibc: add mpc8315e-rdb machine.confwoglinde
* copied over from mpc8313e-rdb * added for 0.9.29 and 0.9.29 * fixes bug 4717 reported by Milan Plzik
2008-11-15uclibc-0.9.30: enable linker option for hashstyle-gnuwoglinde
* uclibc can be compiled with hashstyle-gnu too * add the settings in angstrom-uclibc.inc * add patch ldso_hash_arm.patch because binutils after 2.18 for arm are somehow broken for the hashstyle test in uclibc * prefer version 0.9.30 in angstroem may break avr32 and if we fix it than
2008-11-15uclibc: update to version 0.9.30woglinde
* all patches from svn and prior versions are applied upstream, expect the thread-patches
2008-11-15uclibc-0.9.29: remove DEFAULT_PREFERENCEwoglinde
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-18uclibc.inc: do not install ldconfig and ldd to stagingwoglinde
* 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 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-10-01uclibc: tweak debug optsKoen Kooi
2008-09-18Get the latest changes for uclibc-nptl branch. Compilation fix needed whenKhem Raj
using dash shell. Some tab/space formatting changes in the recipes.
2008-09-17uclibc-svn: correct linuxthreads and add log2Henning Heinold
* add linuxthread support for am with arm-linuxthreads.patch, otherwise qt-emebedded 4.4.1 is not buildable * to enable linuxthreads you have to comment LINUXTHREADS_OLD=y in uClibc.conf * include linuxthreads-changes.patch from the uclibc-mailinglist * add log2 function with uclibc_mathc99.patch, one program in qt-emebdded 4.4.1 requires this * bump PR
2008-09-06uclibc 0.9.28: remove avr32 hacks, they aren't needed anymoreKoen Kooi
2008-09-06uclibc 0.9.28: fix buildKoen Kooi
2008-09-06uclibc 0.9.29: fix -dbg packagingKoen Kooi
2008-08-29Convert spaces into tabs for better readability.Khem Raj
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-21This patch Does followingKhem Raj
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 Raj
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 Schuster
2008-08-03apply uclibc-arm-ftruncate64 patch for 0.9.29Khem Raj
2008-07-25uclibc initial svn recipe overwrote the FILESDIR wrongly. As a result the ↵Khem Raj
build for uclibc-initial_cvs.bb was failing because it was not picking correct uClibc.distro and uClibc.machine files. Also moved the arm-ftruncate patch to files/ because it will be shared by other recipes to be added in future.
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-05-25uclibc: the higher DEFAULT_PREFERENCE are the more it is takenHenning Heinold
* 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 Heinold
* 0.9.28 set DEFAULT_PREFERENCE to 3 * 0.9.29 set DEFAULT_PREFERENCE to 1
2008-05-24Reduce preference level of uclibc_svn recipe.Khem Raj
2008-05-24uclibc-dev should rdepend on kernel-headers-devKhem Raj
2008-05-17uclibc_0.9.29: add arm_fix_alignment.patchCliff Brake
2008-05-08uclibc_svn: fix glitch with double file://Henning Heinold
2008-05-08uclibc_svn: add unistd_arm.patchHenning Heinold
* add the unistd_arm.patch to the svn-recipe too, is not fixed upstream yet * bump pr
2008-05-08uclibc: add missing arm_fix_alignment.patchCliff Brake
should have been included on the last commit
2008-05-08uclibc_svn: add arm_fix_alignment.patch from PokyCliff Brake
2008-05-06uclibc_0.9.29/svn: add wcs_upper_buffer patch from Henning HeinoldCliff Brake
2008-05-04packages/uclibc/uclibc_0.9.29.bb : Bump PR to account for additions/changes ↵Stelios Koroneos
in several machine config files
2008-05-04packages/uclibc/uclibc-0.9.29/sequoia : Add 0.9.29 config for the sequoia boardStelios Koroneos
2008-05-04packages/uclibc/uclibc-0.9.29/kilauea : Add uclibc 0.9.29 config for the ↵Stelios Koroneos
Kilauea board
2008-05-04packages/uclibc/uclibc-0.9.29/dht-walnut : Add uclibc 0.9.29 config for ↵Stelios Koroneos
dht-walnut
2008-05-04packages/uclibc/uclibc-0.9.29/avr32/uClibc.machine : Fix avr32 uclibc config ↵Stelios Koroneos
so that it contains only the machine specific part as per uclibc 0.9.29/OE defaults