commit | b90c9a7c72e95dceedf651271b9672eb4e7b59d0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:36 2025 -0400 |
committer | William A. Kennington III <wak@google.com> | Fri Oct 03 17:50:07 2025 +0000 |
tree | b6b4cccf085510dfff1644e2084efe70faf1eb7a | |
parent | 643f55280448b1df87529530bec335d9e02bd4e1 [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: I92176ca17f764e3e2e1e2e864115ab098b800ea4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/firmware-handler/meson.build b/bmc/firmware-handler/meson.build index d544a24..9f89928 100644 --- a/bmc/firmware-handler/meson.build +++ b/bmc/firmware-handler/meson.build
@@ -57,7 +57,7 @@ output: data, configuration: conf_data, install: true, - install_dir: systemd.get_variable('systemdsystemunitdir'), + install_dir: systemd.get_variable('systemd_system_unit_dir'), ) endforeach endif