diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-08 08:51:42 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
| commit | ed88b3f81908cf0ae7223fe197db6d89f1512f63 (patch) | |
| tree | a4d2a3d444571b44da52b3023c332529080434b5 /meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb | |
| parent | 0765b1fe2b08a2eaab2c197dc8679067969948f2 (diff) | |
| download | poky-ed88b3f81908cf0ae7223fe197db6d89f1512f63.tar.gz | |
systemd: upgrade 257.4 -> 257.5
(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>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb b/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb deleted file mode 100644 index 041a040a26..0000000000 --- a/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Systemctl executable from systemd" | ||
| 2 | |||
| 3 | require systemd.inc | ||
| 4 | |||
| 5 | DEPENDS = "gperf-native libcap-native util-linux-native python3-jinja2-native" | ||
| 6 | |||
| 7 | inherit pkgconfig meson native | ||
| 8 | |||
| 9 | MESON_TARGET = "systemctl:executable" | ||
| 10 | MESON_INSTALL_TAGS = "systemctl" | ||
| 11 | EXTRA_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 | ||
| 16 | EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}" | ||
