summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb')
-rw-r--r--meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb b/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
new file mode 100644
index 0000000000..041a040a26
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Systemctl executable from systemd"
2
3require systemd.inc
4
5DEPENDS = "gperf-native libcap-native util-linux-native python3-jinja2-native"
6
7inherit pkgconfig meson native
8
9MESON_TARGET = "systemctl:executable"
10MESON_INSTALL_TAGS = "systemctl"
11EXTRA_OEMESON += "-Dlink-systemctl-shared=false"
12
13# Systemctl is supposed to operate on target, but the target sysroot is not
14# determined at run-time, but rather set during configure
15# More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887
16EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}"