summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_nptl.bb
AgeCommit message (Collapse)AuthorFiles
2009-01-02uclibc_0.9.30: Remove ldso_hash patchKhem Raj1
uclibc_nptl.bb: Ditto uclibc_svn.bb: Ditto
2008-12-18uclibc-nptl: Add ldso_hash.patchKhem Raj1
* Eanble LDSO_GNU_HASH_SUPPORT in config
2008-11-21sane-srcrevs: Bump eglibc and uclibc to new sane svn revisionsKhem Raj1
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-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-09-18Get the latest changes for uclibc-nptl branch. Compilation fix needed whenKhem Raj1
using dash shell. Some tab/space formatting changes in the recipes.
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