From: Ross Burton Date: Mon, 29 Jun 2026 14:15:58 +0000 (+0100) Subject: systemd-systemctl-native: update MESON_TARGET for direct ninja use X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=33750e825e9280c14ca718ccf2e212f2fa6bd728;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git systemd-systemctl-native: update MESON_TARGET for direct ninja use We can't specify the target type now that the Meson class calls ninja directly, so drop it. This doesn't change what is built. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb b/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb index 3d01d60e9c..351f78d173 100644 --- a/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb +++ b/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb @@ -8,7 +8,7 @@ DEPENDS = "gperf-native libcap-native util-linux-native python3-jinja2-native" inherit pkgconfig meson native -MESON_TARGET = "systemctl:executable" +MESON_TARGET = "systemctl" MESON_INSTALL_TAGS = "systemctl" EXTRA_OEMESON += "-Dlink-systemctl-shared=false" EXTRA_OEMESON += "-Dsysvinit-path= -Dsysvrcnd-path="