generic-poky/meta/recipes-support/boost
Lukas Bulwahn 27b9f041df boost: adjust hard-coded path after python3 upgrade
When using `PACKAGECONFIG = "python"` in the boost recipe, `bitbake boost`
fails at do_compile with:

    ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
    compilation terminated.

This issue is due to the recent version upgrade from python 3.4 to 3.5:

701ec1977ced1bb08461e6de98b4f63d21cba8a6 python3: Upgrade from 3.4.3 to 3.5

The boost.inc file modifies the boost build configuration with a path
containing the python3 major version, which is hard-coded in the boost.inc
file. Hence after the python3 update, the path points to the outdated
location and it needs to be updated to the new location.

This issue was unrevealed by an internal continuous integration system
for the meta-ros application layer. Further manual bisecting lead to the
critical commit 701ec1977ced1bb08461e6de98b4f63d21cba8a6.

(From OE-Core rev: 0eefd38a13a6ecb35f26ed8cd16f0b36f2c5d652)

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-09 08:48:25 +00:00
..
boost boost: Upgrade to 1.57 2014-12-03 12:23:58 +00:00
files bjam-native: build and install bjam.debug 2015-09-12 22:48:36 +01:00
bjam-native_1.58.0.bb bjam-native: build and install bjam.debug 2015-09-12 22:48:36 +01:00
boost-1.58.0.inc boost: fix build for mips 2015-06-03 16:38:45 +01:00
boost.inc boost: adjust hard-coded path after python3 upgrade 2015-12-09 08:48:25 +00:00
boost_1.58.0.bb boost/bjam-native: Upgrade to 1.58.0 2015-05-24 07:19:20 +01:00