Searched hist:ab6b6fec1a1ad0523170ecb877e8e9d798901ae7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/ |
H A D | meson.build | diff ab6b6fec1a1ad0523170ecb877e8e9d798901ae7 Tue Aug 02 22:28:15 CDT 2022 Ed Tanous <edtanous@google.com> Remove extra debug information from boost url
Yocto complains that some logging information is getting included in the bmcweb binary that points to the yocto TMPDIR location. One of these things is boost::url, which has a flag for disabling this behavior.
Enable the flag. The only downside to this is that we lose the per-file information in our error messages, which in my obvservation, we don't actually log, so the behavior doesn't change. To keep a reproducible build, this seems reasonable, and in line with the behavior we want.
Note, there is still one file remaining, host_name_verification.ipp, so the error is still present in builds, but this gets us closer.
Tested: strings bmcweb | grep tmp no longer contains references to the boost::url
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: If5789613b0de2a55684d686aaf5857b73245e4bd
|