]> code.ossystems Code Review - openembedded-core.git/commit
boost: build a standalone boost.build
authorRoss Burton <ross@burtonini.com>
Tue, 6 Oct 2020 11:14:42 +0000 (12:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Oct 2020 09:22:06 +0000 (10:22 +0100)
commit76079f921e596125b0e281ca95e2394d7688aaf2
tree7d57873b0276be6198bd465f73eb5294e8b00bb7
parente0cb6dd689a362d8433caa14cc5a9fdd5eb44923
boost: build a standalone boost.build

Boost is a huge unirepo made from multiple submodules. To bootstrap it we
need boost.build (previously bjam) which is also available as a solo
repository. This smaller repository can unpack/build/package faster than
the Boost unirepo can unpack.

Rename the recipe to the current name of Boost.Build that installs a b2
binary, use the solo repository, and update the Boost recipe to use
the b2 binary instead of bjam.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-support/boost/bjam-native_1.74.0.bb [deleted file]
meta/recipes-support/boost/boost-build-native_4.3.0.bb [new file with mode: 0644]
meta/recipes-support/boost/boost.inc