fb-ipmi-oem: remove header install

No other applications should depend on the fb-ipmi-oem repository
or its headers.  Remove this install step.  (If this were needed,
it should show up as DEPENDS and be done in the Meson install.)

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idfb678179644302788e4159e63f04d9bb5a2a4ec
diff --git a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
index a7e0318..1b85838 100755
--- a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
@@ -38,7 +38,5 @@
 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV}"
 
 do_install:append(){
-   install -d ${D}/var/lib/fb-ipmi-oem
-   install -d ${D}${includedir}/fb-ipmi-oem
-   install -m 0644 -D ${S}/include/*.hpp ${D}${includedir}/fb-ipmi-oem
+   install -d ${D}/var/lib/${PN}
 }