diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-23 22:36:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:39:49 +0100 |
commit | 3045ab9b3efc887700a922d06a6f5f4069a41356 (patch) | |
tree | baf32e867bb1bd6cceff88b6ab4dcd72ce21e4c2 /meta/recipes-core/eglibc/eglibc_2.16.bb | |
parent | 3f4f6726646e18ae21919e2f361b669332796aef (diff) | |
download | openembedded-core-3045ab9b3efc887700a922d06a6f5f4069a41356.tar.gz openembedded-core-3045ab9b3efc887700a922d06a6f5f4069a41356.tar.bz2 openembedded-core-3045ab9b3efc887700a922d06a6f5f4069a41356.zip |
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>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.16.bb')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb index b76d94320e..fc3d82bd8c 100644 --- a/meta/recipes-core/eglibc/eglibc_2.16.bb +++ b/meta/recipes-core/eglibc/eglibc_2.16.bb @@ -3,7 +3,7 @@ require eglibc.inc SRCREV = "19383" DEPENDS += "gperf-native" -PR = "r1" +PR = "r2" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_16" |