meta-ibm: only install inventory cleanup on ac-server

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I4e9748641b861f194c66a8fd168901e73c09a51f
diff --git a/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb b/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb
index 1b5a119..f5ef42a 100644
--- a/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb
+++ b/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb
@@ -8,10 +8,10 @@
 
 S = "${WORKDIR}"
 
-SRC_URI = "file://inventory-cleanup.yaml"
+SRC_URI:append:ibm-ac-server = " file://inventory-cleanup.yaml"
 
-do_install() {
+do_install:append:ibm-ac-server() {
         install -D inventory-cleanup.yaml ${D}${base_datadir}/events.d/inventory-cleanup.yaml
 }
 
-FILES:${PN} += "${base_datadir}/events.d/inventory-cleanup.yaml"
+FILES:${PN}:append:ibm-ac-server = " ${base_datadir}/events.d/inventory-cleanup.yaml"