commit | 55ce2f28b1e24b8f7a3f1a3aa8b7c151cb01c147 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:05:57 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 08:05:57 2023 -0500 |
tree | 6d49ad05b4ac01d52248065a2d8f35e77143bb51 | |
parent | 6fdacbdc3338e29f4df16b8e15cc7e849c999457 [diff] |
meson: remove deprecated get_pkgconfig_variable Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant. Change-Id: I16a6ed1a6d4dfdd367464a087fa0f3d23b0d588f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md
More detailed implementation details will also be placed here in the future