utils.[ch]pp and types.hpp have moved to libipmid
No need to copy them to the sysroot for building, they are already
there (but under new names ipmid/utils.hpp and ipmid/types.hpp)
Change-Id: I59d2e7181f9c49da2c96530d1a3f624d749ef1d0
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 6ad9a43..e5f63fb 100644
--- a/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -1,7 +1,5 @@
do_install_append(){
install -d ${D}${includedir}/phosphor-ipmi-host
- install -m 0644 -D ${S}/utils.hpp ${D}${includedir}/phosphor-ipmi-host
- install -m 0644 -D ${S}/types.hpp ${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
}