mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
c4a5e590b5
commit
41ec3e8bff
|
@ -8,9 +8,9 @@ inherit pkgconfig meson native
|
||||||
|
|
||||||
MESON_TARGET = "systemctl:executable"
|
MESON_TARGET = "systemctl:executable"
|
||||||
MESON_INSTALL_TAGS = "systemctl"
|
MESON_INSTALL_TAGS = "systemctl"
|
||||||
EXTRA_OEMESON:append = " -Dlink-systemctl-shared=false"
|
EXTRA_OEMESON += "-Dlink-systemctl-shared=false"
|
||||||
|
|
||||||
# Systemctl is supposed to operate on target, but the target sysroot is not
|
# Systemctl is supposed to operate on target, but the target sysroot is not
|
||||||
# determined at run-time, but rather set during configure
|
# determined at run-time, but rather set during configure
|
||||||
# More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887
|
# More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887
|
||||||
EXTRA_OEMESON:append = " --sysconfdir ${sysconfdir_native}"
|
EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user