]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
systemd-systemctl-native: rename to systemd-tools-native
authorRoss Burton <ross.burton@arm.com>
Fri, 17 Jul 2026 15:46:13 +0000 (16:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jul 2026 06:18:59 +0000 (07:18 +0100)
We plan on building more than just systemctl in this recipe, so rename
it to -tools-.

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/conf/distro/include/maintainers.inc
meta/recipes-core/systemd/systemd-tools-native_259.5.bb [moved from meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb with 93% similarity]
meta/recipes-core/systemd/systemd_259.5.bb

index 4c6307086cf6fdcc492e0d36a230cdc02a06245b..53a274c0a2281e0e0dcccbc68d259269fd7442ea 100644 (file)
@@ -833,7 +833,7 @@ RECIPE_MAINTAINER:pn-systemd-bootconf = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-systemd-machine-units = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-systemd-serialgetty = "Chen Qi <Qi.Chen@windriver.com>"
-RECIPE_MAINTAINER:pn-systemd-systemctl-native = "Chen Qi <Qi.Chen@windriver.com>"
+RECIPE_MAINTAINER:pn-systemd-tools-native = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-systemtap = "Victor Kamensky <victor.kamensky7@gmail.com>"
 RECIPE_MAINTAINER:pn-systemtap-native = "Victor Kamensky <victor.kamensky7@gmail.com>"
 RECIPE_MAINTAINER:pn-sysvinit = "Ross Burton <ross.burton@arm.com>"
similarity index 93%
rename from meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb
rename to meta/recipes-core/systemd/systemd-tools-native_259.5.bb
index bf9c9f477631ed7d19a45b449dc7726570427b73..7212ed975079a5f92cb8dcc4b0a85950d516003d 100644 (file)
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/systemd:"
 
-SUMMARY = "Systemctl executable from systemd"
+SUMMARY = "native tools from systemd"
 
 require systemd.inc
 
index d20bc3b4fe29f85a1792711b72d85e626c158eae..d576d32a92f6b4db1a364d51988c39a35c986d9e 100644 (file)
@@ -24,7 +24,7 @@ CONFLICT_DISTRO_FEATURES += "sysvinit"
 
 # Ensure that the native tools are available when we're building a rootfs with systemd in,
 # so that systemctl can be used in postinst scripts
-PACKAGE_WRITE_DEPS += "systemd-systemctl-native"
+PACKAGE_WRITE_DEPS += "systemd-tools-native"
 
 SRC_URI += " \
            file://touchscreen.rules \