[OE-core] [PATCH] gcc-4.8: fix compiling GCC when /usr/lib/libstdc++.so is present

2013-07-21 Thread Jonathan Liu
libtool is picking up libstdc++.so from /usr/lib when trying to link libasan due to libstdc++.la containing libdir=/usr/lib. If compiling for x86 and the host has 64-bit /usr/lib/libstdc++.so, the compilation fails linking libasan with: /usr/lib/libstdc++.so: could not read symbols: File in wrong

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-07-21 Thread Trevor Woerner
On 19 July 2013 05:41, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 09 July 2013 16:14:55 Trevor Woerner wrote: On 8 July 2013 17:55, Mark Hatle mark.ha...@windriver.com wrote: For anyone with an old or broken system, they will need to download (or build) the buildtools..

Re: [OE-core] [PATCH V3] util-linux: replace += with _append to EXTRA_OECONF_class-native

2013-07-21 Thread Saul Wold
On 07/17/2013 06:54 PM, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by: Ming Liu ming@windriver.com ---

Re: [OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-21 Thread Saul Wold
On 07/19/2013 11:26 AM, Saul Wold wrote: On 07/19/2013 02:13 AM, Hongxu Jia wrote: While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'.

Re: [OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-21 Thread Hongxu Jia
On 07/22/2013 01:18 PM, Saul Wold wrote: On 07/19/2013 11:26 AM, Saul Wold wrote: On 07/19/2013 02:13 AM, Hongxu Jia wrote: While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of

[OE-core] [CONSOLIDATED PULL 00/36] Please review and ACK

2013-07-21 Thread Saul Wold
Paul, Ross: Please review this set, I know Ross might be travelling today, so this may be delayed until the end of the day or tomorrow. NOTE TO BSP Maintainers: This will require a mesa bbappend sync when pulled * I will send email when that happens, so please prepare your

[OE-core] [PATCH 0/1] nss:fix postinst failed at rootfs time

2013-07-21 Thread Hongxu Jia
Test Case: *On host: 1) In local.conf IMAGE_INSTALL_append = nss 2) Build core-image-sato *On target: 1) Search checksum file root@qemuarm:~# find /usr/lib/ -name *.chk /usr/lib/libfreebl3.chk /usr/lib/libnssdbm3.chk /usr/lib/libsoftokn3.chk 2) Test for valid checksum files.

[OE-core] [PATCH 1/1] nss:fix postinst failed at rootfs time

2013-07-21 Thread Hongxu Jia
Create checksum file at rootfs time to support read-only rootfs. [YOCTO #4879] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nss/nss.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nss/nss.inc