Openembedded Core Discussions
 help / color / mirror / Atom feed
* [walnascar][PATCH 1/3] systemd-systemctl-native: Use += instead of :append
@ 2025-09-12 15:57 Peter Kjellerstedt
  2025-09-12 15:57 ` [walnascar][PATCH 2/3] systemd-systemctl-native: Install systemd-sysv-install Peter Kjellerstedt
  2025-09-12 15:57 ` [walnascar][PATCH 3/3] systemd.bbclass: Make systemd_postinst run as intended Peter Kjellerstedt
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Kjellerstedt @ 2025-09-12 15:57 UTC (permalink / raw)
  To: openembedded-core

From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

There is no reason to use EXTRA_OEMESON:append when += will do.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 73862b4e23..041a040a26 100644
--- a/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
+++ b/meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
@@ -8,9 +8,9 @@ inherit pkgconfig meson native
 
 MESON_TARGET = "systemctl:executable"
 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
 # determined at run-time, but rather set during configure
 # More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887
-EXTRA_OEMESON:append = " --sysconfdir ${sysconfdir_native}"
+EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-29  5:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 15:57 [walnascar][PATCH 1/3] systemd-systemctl-native: Use += instead of :append Peter Kjellerstedt
2025-09-12 15:57 ` [walnascar][PATCH 2/3] systemd-systemctl-native: Install systemd-sysv-install Peter Kjellerstedt
2025-09-12 15:57 ` [walnascar][PATCH 3/3] systemd.bbclass: Make systemd_postinst run as intended Peter Kjellerstedt
2025-09-24 18:03   ` Martin Siegumfeldt
2025-09-24 19:44     ` [OE-core] " Peter Kjellerstedt
2025-09-25  6:36       ` Martin Siegumfeldt
2025-09-29  5:52         ` Martin Siegumfeldt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox