commit | ee3ba93c873c54610ef369ca1fc849af3836120f | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:18:31 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:18:31 2024 +0300 |
tree | 963b3018113aa351b6d26fa9c1888613c489f0f1 | |
parent | fa34e22c07614f0cf719ec3052fc0f540ab3b24b [diff] |
meson: Provide wrap file for boost Currently local build on the system without boost can fail with the following message: """ meson.build: ERROR: Dependency "boost" not found, tried system """ Provide "boost.wrap" file to fix the issue. Change-Id: Ia0344626f844c8f2da4cb3322819730549ad8d4f Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.