]> code.ossystems Code Review - openembedded-core.git/commit
eglibc-initial: Fix build failure due to missing limits.h
authorKhem Raj <raj.khem@gmail.com>
Tue, 24 Jul 2012 05:36:44 +0000 (22:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:39:49 +0000 (14:39 +0100)
commit3045ab9b3efc887700a922d06a6f5f4069a41356
treebaf32e867bb1bd6cceff88b6ab4dcd72ce21e4c2
parent3f4f6726646e18ae21919e2f361b669332796aef
eglibc-initial: Fix build failure due to missing limits.h

We have had these things in place to overcome a limitation
from our gcc-initial-cross not staging a self sufficient
limits.h. Now thats fixed we do reset TOOLCHAIN_OPTIONS
to point to sysroot where linux kernel headers are staged
and not the bootstrap sysroot which will infact be popuated
by eglibc-initial itself.

Secondly we dont need to set CPPFLAGS specially as we
are doing that in eglibc.inc so we override that

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc-initial.inc
meta/recipes-core/eglibc/eglibc-initial_2.16.bb
meta/recipes-core/eglibc/eglibc_2.16.bb