diff options
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index eabb8fac..d4999777 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -717,7 +717,7 @@ INSANE_SKIP:${PN} = "already-stripped" | |||
717 | 717 | ||
718 | # configure init.d scripts | 718 | # configure init.d scripts |
719 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xen-watchdog ${PN}-xendomains ${PN}-devd" | 719 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xen-watchdog ${PN}-xendomains ${PN}-devd" |
720 | INITSCRIPT_PACKAGES += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${PN}-xencommons}', '', d)}" | 720 | INITSCRIPT_PACKAGES += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', '${PN}-xencommons', d)}" |
721 | INITSCRIPT_NAME:${PN}-xencommons = "xencommons" | 721 | INITSCRIPT_NAME:${PN}-xencommons = "xencommons" |
722 | INITSCRIPT_PARAMS:${PN}-xencommons = "defaults 80" | 722 | INITSCRIPT_PARAMS:${PN}-xencommons = "defaults 80" |
723 | INITSCRIPT_NAME:${PN}-xen-watchdog = "xen-watchdog" | 723 | INITSCRIPT_NAME:${PN}-xen-watchdog = "xen-watchdog" |