]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
systemd-systemctl-native: update MESON_TARGET for direct ninja use
authorRoss Burton <ross.burton@arm.com>
Mon, 29 Jun 2026 14:15:58 +0000 (15:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2026 10:16:15 +0000 (11:16 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb

index 3d01d60e9c196febeccd82548a9de87befc6350b..351f78d173ce52249b423da5b6de1488c322352b 100644 (file)
@@ -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="