commit | 9ce83ded4fb60a348277158b66258fa27d505462 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:26:40 2025 -0400 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Jul 09 16:28:21 2025 +0000 |
tree | dae276ad3fc94404909599722c9f63af98f1519c | |
parent | f60952b07574123e7e2084f1eb704ed829a9c6d8 [diff] |
meson: use non-deprecated systemd packageconfig Systemd's packageconfig file has both `systemdsystemunitdir` and `systemd_system_unit_dir` defined. The non-underscore one appears to be a deprecated alias[1]. Move to the non-deprecated / underscore-separated variant. [1]: https://github.com/systemd/systemd/commit/4908de44b0a0409f84a7cdc5641b114d6ce8ba03 Change-Id: I0ae94b17ccfe82c1fbc3e4e0602b0a6ecd21762d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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
.