Re: [OE-core] What is the strategy to update eglibc?

2011-10-30 Thread Kang Kai
On 2011年10月31日 10:12, Kang Kai wrote: Hi Saul, I just want to update eglibc but eglibc is using its 2.14 branch and use svn commit revision "15225" as current version. Of course it is behind the latest svn revision, but I don't quit sure about which is the right revision to update eglibc. Hi

[OE-core] What is the strategy to update eglibc?

2011-10-30 Thread Kang Kai
Hi Saul, I just want to update eglibc but eglibc is using its 2.14 branch and use svn commit revision "15225" as current version. Of course it is behind the latest svn revision, but I don't quit sure about which is the right revision to update eglibc. Could you give me some guide? Thank you!

Re: [OE-core] how to set time zone

2011-10-30 Thread Ni Qingliang
I'd like the 'system level configuration' solution. the /etc/localtime/ link can be done when packaging rootfs (using the system level configuration). On Fri, 2011-10-28 at 22:43 +0800, Mark Hatle wrote: > Setting the default TZ for the image is something that should be done in a > post > instal

[OE-core] [PATCHv2] python-2.7.2: fix build issues when additional modules are linked against host or native libpython instead of target

2011-10-30 Thread Martin Jansa
* -L. is needed to find right libpython * -L${STAGING_LIBDIR} is needed ie for python-zlib to find right zlib Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python_2.7.2.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python_