summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc_2.5.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther1
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-19glibc: remove ld.so.conf, don't ship ldconfig if USE_LDCONFIG=0Phil Blundell1
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-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-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-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj1
Busybox/logger is the place where libgcc is really invoked.
2008-07-25glibc.inc RRECOMMEND libgcc if nptlThomas Kunze1
libgcc is needed by glibc ntpl but not in NEEDED because glibc dlopens it. So our shlib code doesn't detect it.
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-28Fix glibc-stage.inc to copy the .a files to /usr/lib and not into /libKhem Raj1
2008-05-19glibc/linux-libc-headers: make sure that scsi headers are available when ↵Tom Rini1
needed. Fixes 4262. * commit by Laibsch
2008-04-04glibc: add libgcc do RDEPENDS if we build glibc with nptlThomas Kunze1
-ntpl dlopens libgcc so our shlibs code can't get this right
2008-02-20glibc 2.5|2.6.1 actually apply the local-dynamic-resolvconf.patch instead ofMichael Lauer1
just unpacking it into debian/patches... ~lart debian...
2008-01-29glibc 2.5, 2.6.1:Michael Lauer1
* check for updated resolv.conf before a nameserver call (see debian bug #272265) * remove bogus executable attribute for patch * clean up ugly mixing of tabs and spaces
2007-11-20packages/glibc/glibc_2.5.bb : Add a new patch for the powerpc targets with ↵Stelios Koroneos1
softfloat support that handles a case of strong alias for two (soft) float point functions. Original patch provided by Hiroki Kaminaga kaminaga at sm dot sony dot co dot jp
2007-10-29glibc: Factor staging function into a common .inc and remove hardcoded ↵Richard Purdie1
staging layout
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie1
2007-09-29glibc: No longer need to install to cross as well as staging (from poky)Richard Purdie1
2007-09-04glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev ↵Marcin Juszkiewicz1
(from Poky)
2007-05-03glibc: Remove armeb strlen workaround. We now have the GCC PR16350 patch, ↵Leon Woestenberg1
take 3 in GCC.
2007-05-01glibc 2.5: fix the strlen() issues on big endian EABI, thanks to Lennert for ↵Koen Kooi1
tracking down the culprit * This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined
2007-03-31glibc 2.5: Fix common case of GNU arrogance, make ldd work on posix shell.Paul Sokolovsky1
* Not bumping PR, to save people trouble. Leaving for decision to OE maintainers.
2007-03-22glibc: recommit my glibc clean-up (minus the one change that broke things)Rolf Leggewie1
only semantic change is what is being discussed in bug 1987
2007-03-16merge of 'be6200db697731daae7d15a8ac5ca6b54f62a6d0'Rolf Leggewie1
and 'e68c7275015e0b7f4e92aa7483c3d7038567a3dc'
2007-03-16merge of '93f735b7ca958938f3ad5bf1c45cb5cffc450a9f'Rolf Leggewie1
and 'c3ff8bda76176ba50e264f8fde35b69773d69eb5'
2007-03-16disapproval of revision '2c516898480b1bc053c9cbf6da853a016059c4c6'Rolf Leggewie1
2007-03-16disapproval of revision '286930242424d10b2503eb290dbc31c7975bab74'Rolf Leggewie1
2007-03-15merge of '286930242424d10b2503eb290dbc31c7975bab74'Rolf Leggewie1
and 'b7e38ccba43c893e20bc2db30dfbdd9a3f6c2053'
2007-03-15glibc: unify even moreRolf Leggewie1
2007-03-15glibc: unify this beast some more.Rolf Leggewie1
2007-03-12packages/glibc/glibc_2.5.bb: The following set of patches adds support for ↵Stelios Koroneos1
soft-float to powerpc targets without fpu for gcc 4.1.1/glibc 2.5
2007-02-16glibc: add a workaround for some strange shlib renaming problems, needs a ↵Koen Kooi1
proper fix
2006-12-21glibc 2.5: for some reason (#1708) glibc doesn't like thumb, so set ↵Koen Kooi1
ARM_INSTRUCTION_SET = "arm"
2006-12-17glibc: first step to unifyRolf Leggewie1
2006-12-10glibc 2.5: fix some funkiness with mathinline.hKoen Kooi1
2006-11-29glibc 2.5: bump PR due to class changes this afternoonKoen Kooi1
2006-11-14glibc 2.5: add patch to fix Koen Kooi1
"Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 3' failed." on ARM/OABI
2006-11-09glibc: Remove duplicate python function declarationsRichard Purdie1
2006-10-20glibc 2.5: stage correct sigthreads.hKoen Kooi1
* fixes mysql compilation * spotted by 'nicolasfr' in #oe
2006-10-11glibc 2.5: remove some hardcoded referencesKoen Kooi1
glibc-intermediate 2.5: add it
2006-10-11glibc 2.5: re-enable zecke-sane-readelfKoen Kooi1
2006-10-10glibc 2.5: add version that builds, not tested on device yetKoen Kooi1
* zecke-sane-readelf needs refreshing * other non-applying patches seen to have been applied, but references have been left in for further inspection