Re: [OE-core] [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Koen Kooi
Op 1 aug. 2011, om 02:41 heeft Mei Lei het volgende geschreven: > Hi Saul, > This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review > it. > > Thanks > Lei > > The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: > Bruce Ashfield (1): >pok

Re: [OE-core] [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config.

2011-07-31 Thread Khem Raj
On Jul 31, 2011, at 7:33 PM, "Lu, Lianhao" wrote: > Khem Raj wrote on 2011-07-31: >> On Friday, July 29, 2011 10:57:27 PM Lianhao Lu wrote: >>> Part fix of [BUGID #1236]. >>> >>> 1. Collect all the values for RTLDLIST for the current multilib >>> configuration to modify the ldd scripts. >>> >

Re: [OE-core] [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config.

2011-07-31 Thread Lu, Lianhao
Khem Raj wrote on 2011-07-31: > On Friday, July 29, 2011 10:57:27 PM Lianhao Lu wrote: >> Part fix of [BUGID #1236]. >> >> 1. Collect all the values for RTLDLIST for the current multilib >> configuration to modify the ldd scripts. >> >> 2. Collect all the values for KNOWN_INTERPRETER_NAMES for th

Re: [OE-core] [PATCH 2/3] package(rootfs)_ipk.bbclass: support multilib in opkg backend.

2011-07-31 Thread Lu, Lianhao
Khem Raj wrote on 2011-07-31: > On Tuesday, July 26, 2011 11:50:26 PM Richard Purdie wrote: >> From: Lianhao Lu >> >> Support install multiple multilib in opkg backend. >> >> The installation is done in 3 phases. >> >> Phase 1: install normal packages to IMAGE_ROOTFS. >> >> Phase 2: install mu

[OE-core] [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
Hi Saul, This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it. Thanks Lei The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred linux-yocto version are available in the

[OE-core] [PATCH 1/1] aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
Signed-off-by: Mei Lei --- .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%) diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb b/meta/reci

Re: [OE-core] [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo

2011-07-31 Thread Tom Rini
On 07/30/2011 05:56 PM, Khem Raj wrote: > On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote: >> On 07/30/2011 10:33 AM, Khem Raj wrote: >>> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes

[OE-core] [PATCH] eglibc: fix build for armv4 machines

2011-07-31 Thread Dmitry Eremin-Solenikov
eglibc builds for arm-eabi unconditionally enables the libc-do-syscall.S file, which contains thumb assembly. It's unused in arm-eabi-nothumb case, so just ifdef the actual code. Signed-off-by: Dmitry Eremin-Solenikov --- .../eglibc-fixup-arm-eabi-nothumb.patch| 17