#
7d536012 |
| 20-May-2021 |
John Edward Broadbent <jebr@google.com> |
change source URL for boost
The old URL does not work, so this changes it to a yoctoproject url. see https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/43405
Tested: The following error is not p
change source URL for boost
The old URL does not work, so this changes it to a yoctoproject url. see https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/43405
Tested: The following error is not present after change "could not get http://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz is the internet available?"
Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: Iddef20526c8b2fa1b083a71558a23712f21c21a2
show more ...
|
#
787e828b |
| 15-Jan-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
meson: add support for boost library vendoring
Abuse the meson subproject command to download boost and build against that when boost is not found in the usual places. This enables building and run
meson: add support for boost library vendoring
Abuse the meson subproject command to download boost and build against that when boost is not found in the usual places. This enables building and running the unit tests without needing to install boost.
This is abuse because the subproject command will always fail - meson only supports other meson projects as subprojects but it will download it, and since we don't actually build boost but just use headers this isn't a problem.
Change-Id: I54aae9e92aa0e2f7bf7540b21ae9838609c950df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|