]> code.ossystems Code Review - openembedded-core.git/commit
boost: add support for additional boost libs
authorJackie Huang <jackie.huang@windriver.com>
Mon, 26 Sep 2016 07:56:29 +0000 (15:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:15:02 +0000 (10:15 +0100)
commita715a4ef10eed0ccffac1c38af89e16090d8159e
treeb1b5cea0aa65f871c86a83e90efa6bc932694d6f
parent9f30160f8623aebe8459e5b155d01397ff0f13b3
boost: add support for additional boost libs

* Added libs:
  - container
  - context
  - coroutine
  - exception
  - graph_parallel
  - locale
  - math
  - mpi
  - wave

* Add PACKAGECONFIG to add proper dependencies for:
  graph_parallel, locale, and mpi.

* boost-mpi depends on mpich which is in meta-oe,
  and boost-graph_parallel depends on boost-mpi,
  so they are disabled by default, but can be enabled
  in a distro that needs them.

* context and coroutine are added only for x86 and powerpc.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc