]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: Fixes for running regression tests
authorKhem Raj <raj.khem@gmail.com>
Fri, 16 Dec 2011 22:33:38 +0000 (14:33 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Dec 2011 09:28:18 +0000 (09:28 +0000)
commitdc1fbfb2cd3c0d35f212523189ea7b1621906201
tree3b5e515a2738b3ea5e27dac87d31a34ba8c48db3
parent28b772e42a20faebe1b4f415d28b42b7e0a424fb
eglibc: Fixes for running regression tests

Override cxx-sysincludes along with CC and CXX
since it contains path pointing to tcbootstrap
sysroot which does not have c++ headers and libraries

Drop shorten-build-commands patch since it
did not override the include flags for c++ headers
when tests written in c++ are executed the @includes file
does not get updated to add c++ header paths
This patch only reduced the build output anyway

Add a patch to point eglibc to look into c++
headers the way OE installs them its not standard
install e.g. usr/include/c++/GCC_VER but instead
usr/include/c++. This lets g++ find the headers
in right place when compiling c++ testcases

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch [deleted file]
meta/recipes-core/eglibc/eglibc-2.13/use-sysroot-cxx-headers.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-2.14/shorten-build-commands.patch [deleted file]
meta/recipes-core/eglibc/eglibc-2.14/use-sysroot-cxx-headers.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-testing.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.14.bb