]> code.ossystems Code Review - openembedded-core.git/commit
boost: set up PACKAGECONFIG for boost-python library
authorLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Mon, 16 Sep 2013 04:59:13 +0000 (04:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Sep 2013 10:51:42 +0000 (11:51 +0100)
commit7568bfdd114597956a1da68746f207ec7f93a48d
tree8b9127456bc4eccf60643362956410bf6c1f6a87
parent5126ac0aeb3154d31769dc20a46b6b1a6b2e3d9b
boost: set up PACKAGECONFIG for boost-python library

Until now, the comment in the boost.inc file suggested to enable
the boost-python library by uncommenting some lines in that file.
Using the new PACKAGECONFIG feature, boost-python can now be added
optionally without need to modify the file or copying those lines
into a bbappend file.
Furthermore, we obtain the python version by inheriting python-dir
instead of fixing the python version in this file.

This commit is motivated by the need in the meta-ros layer, as
discussed in the issue #145 of the meta-ros issue tracker [1].

[1] https://github.com/bmwcarit/meta-ros/pull/145

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc