@@ -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
@@ -1,6 +1,6 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/systemd:"
-SUMMARY = "Systemctl executable from systemd"
+SUMMARY = "native tools from systemd"
require systemd.inc
@@ -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 \
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%)