meta-phosphor: ipmi: fru: remove unused dependency

Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru.  It isn't
used.

Remove the todo that refers to the dependency.  The TODO suggests some
refactoring but it probably doesn't make sense to push the hostfw
abstraction all the way out to the IPMI FRU parser - this is already
being accomplished elsewhere with simpler schemes than the one
suggested.

(From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c)

Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
index e112356..d79078a 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
@@ -12,7 +12,6 @@
 require ${PN}.inc
 
 DEPENDS += " \
-        virtual/phosphor-ipmi-fru-hostfw-config\
         virtual/phosphor-ipmi-fru-inventory \
         virtual/phosphor-ipmi-fru-properties \
         systemd \
@@ -36,13 +35,6 @@
 FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
 FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
 
-# TODO: Fix the the ipmi-fru-parser code generator to handle split
-# host firmware / inventory YAML and replace the OECONF below with:
-#
-# EXTRA_OECONF += "INVENTORY_YAML=${inventory_datadir}/config.yaml"
-# EXTRA_OECONF += "HOSTFW_YAML=${hostfw_datadir}/config.yaml"
-#
-# For now the generator requires them to already be combined so we have:
 EXTRA_OECONF = " \
              YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/config.yaml \
              PROP_YAML=${STAGING_DIR_NATIVE}${properties_datadir}/extra-properties.yaml \