mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
(From OE-Core rev: 05618ac2c6f69e0f41fb95e517382bf1177f0735) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
584 B
BlitzBasic
17 lines
584 B
BlitzBasic
SUMMARY = "Systemctl executable from systemd"
|
|
|
|
require systemd.inc
|
|
|
|
DEPENDS = "gperf-native libcap-native util-linux-native python3-jinja2-native"
|
|
|
|
inherit pkgconfig meson native
|
|
|
|
MESON_TARGET = "systemctl:executable"
|
|
MESON_INSTALL_TAGS = "systemctl"
|
|
EXTRA_OEMESON += "-Dlink-systemctl-shared=false"
|
|
|
|
# Systemctl is supposed to operate on target, but the target sysroot is not
|
|
# determined at run-time, but rather set during configure
|
|
# More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887
|
|
EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}"
|