diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2025-03-28 20:21:31 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 11:58:25 +0100 |
| commit | 41ec3e8bff88650d21c9e8be746022d966d1bcf8 (patch) | |
| tree | 70f93c6cfac884f0f909e04e98e20d81357ca46a /meta/recipes-core/systemd | |
| parent | c4a5e590b53b9961ce2bb310ff42945cd9aceb2c (diff) | |
| download | poky-41ec3e8bff88650d21c9e8be746022d966d1bcf8.tar.gz | |
systemd-systemctl-native: Use += instead of :append
There is no reason to use EXTRA_OEMESON:append when += will do.
(From OE-Core rev: 2ebd45d351dbf801a5aef0cc4a0a1c684e544412)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
| -rw-r--r-- | meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb | 4 |
1 files changed, 2 insertions, 2 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 index 73862b4e23..041a040a26 100644 --- a/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb +++ b/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb | |||
| @@ -8,9 +8,9 @@ inherit pkgconfig meson native | |||
| 8 | 8 | ||
| 9 | MESON_TARGET = "systemctl:executable" | 9 | MESON_TARGET = "systemctl:executable" |
| 10 | MESON_INSTALL_TAGS = "systemctl" | 10 | MESON_INSTALL_TAGS = "systemctl" |
| 11 | EXTRA_OEMESON:append = " -Dlink-systemctl-shared=false" | 11 | EXTRA_OEMESON += "-Dlink-systemctl-shared=false" |
| 12 | 12 | ||
| 13 | # Systemctl is supposed to operate on target, but the target sysroot is not | 13 | # Systemctl is supposed to operate on target, but the target sysroot is not |
| 14 | # determined at run-time, but rather set during configure | 14 | # determined at run-time, but rather set during configure |
| 15 | # More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887 | 15 | # More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887 |
| 16 | EXTRA_OEMESON:append = " --sysconfdir ${sysconfdir_native}" | 16 | EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}" |
