health-mon: remove from ibm systems

The phosphor-health-monitor package added some code recently that only
supports a mtdblock based filesystem. This causes issues with the HW CI
machine, witherspoon, documented in openbmc/phosphor-health-monitor#1.

Time permitting, IBM should come back to the phosphor-health-monitor and
figure out if it makes sense within it's products. If it does, then the
appropriate bmc_health_config.json should be created for IBM systems.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I50fda9a59d7c8568364c4d2b3cf8dfd17e07496f
diff --git a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
index 7bd2dc2..53869e5 100644
--- a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
+++ b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
@@ -35,5 +35,8 @@
 RDEPENDS_${PN}-extras_append_rainier = " pldm openpower-hw-diags srvcfg-manager"
 RDEPENDS_${PN}-leds_remove_rainier = "phosphor-led-manager-faultmonitor"
 RDEPENDS_${PN}-leds_remove_witherspoon-tacoma = "phosphor-led-manager-faultmonitor"
+RDEPENDS_${PN}-health-monitor_remove_ibm-ac-server = "phosphor-health-monitor"
+RDEPENDS_${PN}-health-monitor_remove_rainier = "phosphor-health-monitor"
+RDEPENDS_${PN}-health-monitor_remove_witherspoon-tacoma = "phosphor-health-monitor"
 
 ${PN}-software-extras_append_ibm-ac-server = " phosphor-software-manager-sync"