diff options
author | Philip Tricca <flihp@twobit.us> | 2014-01-20 01:59:34 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-20 13:06:22 -0500 |
commit | e84dfcdaae0d09dcb55c0aebc629b7a0a3a59754 (patch) | |
tree | 494e49bb42b5de4ef0b44f0efcf91afbda5ae576 | |
parent | e5ced4b778a735d134292911d1bcb20f40d04440 (diff) | |
download | meta-virtualization-e84dfcdaae0d09dcb55c0aebc629b7a0a3a59754.tar.gz |
xen: Cleanup watchdog FILES declaration.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 1a1a77bf..b179ee83 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -481,6 +481,7 @@ FILES_${PN}-xentrace = "\ | |||
481 | 481 | ||
482 | FILES_${PN}-xen-watchdog = "\ | 482 | FILES_${PN}-xen-watchdog = "\ |
483 | ${sbindir}/xenwatchdogd \ | 483 | ${sbindir}/xenwatchdogd \ |
484 | ${sysconfdir}/init.d/xen-watchdog \ | ||
484 | " | 485 | " |
485 | 486 | ||
486 | FILES_${PN}-xl = "\ | 487 | FILES_${PN}-xl = "\ |
@@ -534,8 +535,6 @@ FILES_${PN}-xendomains += "\ | |||
534 | ${sysconfdir}/sysconfig/xendomains \ | 535 | ${sysconfdir}/sysconfig/xendomains \ |
535 | " | 536 | " |
536 | 537 | ||
537 | FILES_${PN}-xen-watchdog += "${sysconfdir}/init.d/xen-watchdog" | ||
538 | |||
539 | # configure init.d scripts | 538 | # configure init.d scripts |
540 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xencommons ${PN}-xen-watchdog ${PN}-xendomains" | 539 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xencommons ${PN}-xen-watchdog ${PN}-xendomains" |
541 | INITSCRIPT_NAME_${PN}-xencommons = "xencommons" | 540 | INITSCRIPT_NAME_${PN}-xencommons = "xencommons" |