We plan on building more than just systemctl in this recipe, so rename it to -tools-.
Signed-off-by: Ross Burton <[email protected]> --- 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 --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 <[email protected]>" RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-machine-units = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-serialgetty = "Chen Qi <[email protected]>" -RECIPE_MAINTAINER:pn-systemd-systemctl-native = "Chen Qi <[email protected]>" +RECIPE_MAINTAINER:pn-systemd-tools-native = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemtap = "Victor Kamensky <[email protected]>" RECIPE_MAINTAINER:pn-systemtap-native = "Victor Kamensky <[email protected]>" RECIPE_MAINTAINER:pn-sysvinit = "Ross Burton <[email protected]>" 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 \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241213): https://lists.openembedded.org/g/openembedded-core/message/241213 Mute This Topic: https://lists.openembedded.org/mt/120317474/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
