Age | Commit message (Collapse) | Author | Files |
|
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
|
|
|
|
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.
|
|
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>
|
|
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
|
|
Busybox/logger is the place where libgcc is really invoked.
|
|
libgcc is needed by glibc ntpl but not in NEEDED because
glibc dlopens it. So our shlib code doesn't detect it.
|
|
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.
|
|
|
|
needed. Fixes 4262.
* commit by Laibsch
|
|
-ntpl dlopens libgcc so our shlibs code can't get this right
|
|
just unpacking it into debian/patches... ~lart debian...
|
|
* 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
|
|
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
|
|
staging layout
|
|
|
|
|
|
(from Poky)
|
|
take 3 in GCC.
|
|
tracking down the culprit
* This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined
|
|
* Not bumping PR, to save people trouble. Leaving for decision to OE maintainers.
|
|
only semantic change is what is being discussed in bug 1987
|
|
and 'e68c7275015e0b7f4e92aa7483c3d7038567a3dc'
|
|
and 'c3ff8bda76176ba50e264f8fde35b69773d69eb5'
|
|
|
|
|
|
and 'b7e38ccba43c893e20bc2db30dfbdd9a3f6c2053'
|
|
|
|
|
|
soft-float to powerpc targets
without fpu for gcc 4.1.1/glibc 2.5
|
|
proper fix
|
|
ARM_INSTRUCTION_SET = "arm"
|
|
|
|
|
|
|
|
"Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 3' failed."
on ARM/OABI
|
|
|
|
* fixes mysql compilation
* spotted by 'nicolasfr' in #oe
|
|
glibc-intermediate 2.5: add it
|
|
|
|
* zecke-sane-readelf needs refreshing
* other non-applying patches seen to have been applied, but references have been left in for further inspection
|