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 <[email protected]> --- meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3d01d60e9c1..351f78d173c 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=" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239786): https://lists.openembedded.org/g/openembedded-core/message/239786 Mute This Topic: https://lists.openembedded.org/mt/120030900/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
