]> code.ossystems Code Review - openembedded-core.git/commit
eglibc-use-option-groups: Conditionally exclude c++ tests
authorJuro Bystricky <juro.bystricky@intel.com>
Fri, 22 May 2015 16:52:37 +0000 (09:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 May 2015 07:10:14 +0000 (08:10 +0100)
commitcef29abf0c699b8bd5c5b52ba15ee63bce5fc258
tree497a28d0cf547be913fc399f2a772b9cdde4d267
parent1a6ed48c65f922c66b005aa966d7ee4878ee95e3
eglibc-use-option-groups: Conditionally exclude c++ tests

Some test programs written in c++ are still included in spite of
"libc-cxx-tests" being omitted from DISTRO_FEATURES_LIBC.
All .cc programs are compiled with g++.
g++ automatically specifies linking against the C++ library.
This patch conditionally excludes the following tests as well:

  bug-atexit3-lib.cc
  tst-cancel24.cc
  tst-cancel24-static.cc
  tst-unique3lib.cc
  tst-unique3lib2.cc
  tst-unique4lib.cc
  tst-unique3.cc
  tst-unique4.cc

Tested with DISTRO_FEATURES_LIBC_remove = " libc-cxx-tests"

[YOCTO #7003]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch