diff mbox series

[v2,6/7] systemd-systemctl-native: rename to systemd-tools-native

Message ID 20260717154614.3701267-6-ross.burton@arm.com
State Under Review
Headers show
Series [v2,1/7] systemd: move systemd-systemctl-native PACKAGE_WRITE_DEPS to systemd.bb | expand

Commit Message

Ross Burton July 17, 2026, 3:46 p.m. UTC
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>
---
 meta/conf/distro/include/maintainers.inc                        | 2 +-
 ...-systemctl-native_259.5.bb => systemd-tools-native_259.5.bb} | 2 +-
 meta/recipes-core/systemd/systemd_259.5.bb                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-core/systemd/{systemd-systemctl-native_259.5.bb => systemd-tools-native_259.5.bb} (93%)
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 4c6307086cf..53a274c0a22 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -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>"
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb b/meta/recipes-core/systemd/systemd-tools-native_259.5.bb
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 bf9c9f47763..7212ed97507 100644
--- a/meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb
+++ b/meta/recipes-core/systemd/systemd-tools-native_259.5.bb
@@ -1,6 +1,6 @@ 
 FILESEXTRAPATHS:prepend := "${THISDIR}/systemd:"
 
-SUMMARY = "Systemctl executable from systemd"
+SUMMARY = "native tools from systemd"
 
 require systemd.inc
 
diff --git a/meta/recipes-core/systemd/systemd_259.5.bb b/meta/recipes-core/systemd/systemd_259.5.bb
index 25d9c8a6379..858605d9a4d 100644
--- a/meta/recipes-core/systemd/systemd_259.5.bb
+++ b/meta/recipes-core/systemd/systemd_259.5.bb
@@ -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 \