meta-fii/meta-kudo: Remove phosphor-ipmi-host bbappend

This file is no longer needed since we moved away from
using the intel-ipmi-oem.

Signed-off-by: avenash.thambi <avenash.thambi@fii-usa.com>
Change-Id: Ifadd213d9b26a11d88caeab37b4b5cb079ba0f52
diff --git a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
deleted file mode 100644
index da7f376..0000000
--- a/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS:prepend:kudo := "${THISDIR}/${PN}:"
-
-#Add sensorhandler.hpp and selutilty.hpp since intel-ipmi-oem requires these libs
-do_install:append:kudo(){
-    install -d ${D}${includedir}/phosphor-ipmi-host
-    install -m 0644 -D ${S}/sensorhandler.hpp ${D}${includedir}/phosphor-ipmi-host
-    install -m 0644 -D ${S}/selutility.hpp ${D}${includedir}/phosphor-ipmi-host
-}