Remove dependency on phosphor-ipmi-inventory-sel recipe.

With the eSEL refactor phosphor-host-ipmid is not depending on the
phosphor-ipmi-inventory-sel recipe.

Change-Id: Iaf69eeffcf801cba66fae994cc687dda09a93e8e
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 45dd98b..67cdf37 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -30,7 +30,6 @@
 DEPENDS += "phosphor-mapper"
 DEPENDS += "sdbusplus"
 DEPENDS += "sdbus++-native"
-DEPENDS += "virtual/phosphor-ipmi-inventory-sel"
 DEPENDS += "virtual/phosphor-ipmi-fru-merge-config"
 DEPENDS += "virtual/phosphor-ipmi-sensor-inventory"
 DEPENDS += "virtual/phosphor-ipmi-channel-config"
@@ -74,7 +73,6 @@
 EXTRA_OECONF = " \
         WHITELIST_CONF="${WHITELIST_CONF}" \
         SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor.yaml \
-        INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \
         FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \
         CHANNEL_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/channel.yaml \
         POWER_READING_SENSOR=${datadir}/ipmi-providers/power_reading.json\