[oe-commits] Khem Raj : eglibc: Fixes for running regression tests

git at git.openembedded.org git at git.openembedded.org
Mon Dec 19 09:34:48 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: dc1fbfb2cd3c0d35f212523189ea7b1621906201
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dc1fbfb2cd3c0d35f212523189ea7b1621906201

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Dec 16 14:33:38 2011 -0800

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../eglibc-2.13/shorten-build-commands.patch       |   82 --------------------
 .../eglibc-2.13/use-sysroot-cxx-headers.patch      |   36 +++++++++
 .../eglibc-2.14/shorten-build-commands.patch       |   82 --------------------
 .../eglibc-2.14/use-sysroot-cxx-headers.patch      |   36 +++++++++
 meta/recipes-core/eglibc/eglibc-testing.inc        |    4 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    4 +-
 meta/recipes-core/eglibc/eglibc_2.14.bb            |    4 +-
 7 files changed, 77 insertions(+), 171 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=dc1fbfb2cd3c0d35f212523189ea7b1621906201




More information about the Openembedded-commits mailing list