commit | 3d8ab813d89d4a40da06e529b7659c9b7bf0a485 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Fri Dec 24 10:35:47 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Fri Jan 07 05:21:11 2022 +0000 |
tree | 97a1f074b9ff5bbf8f4be42d9a852d97c986f7bc | |
parent | 5ebb46cd46b694d4bc103ac008b6128f10a93bf0 [diff] |
meson: Fix deprecated meson warnings Fix the warnings related to deprecated meson functions: WARNING: Project targeting '>= 0.57.0' but tried to use feature deprecated since '0.56.0': Dependency.get_pkgconfig_variable. use Dependency.get_variable(pkgconfig : ...) instead WARNING: Project targeting '>= 0.57.0' but tried to use feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead. Tested: Verify that there are no such warnings in local CI. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I1388aaa12161d020d06657e507ddef78cb116ffe
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
.