meta-phosphor: ipmi-host: depend on bmc-version

The phosphor-host-ipmid's apphandler relies on the obmc-bmc-version
virtual package.

Add virtual package that provides an implementation of the
xyz.openbmc_project.Software.Version interface.

Tested: Verified quanta-q71l-variation build continues to build.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Icaeedc4ca2c517730de5795a5b6be856cf2827b3
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 6c3de1c..2095daa 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -47,6 +47,7 @@
 RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_ipmi-config}"
 RDEPENDS_${PN} += "virtual/obmc-watchdog"
 RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-state-manager}"
+RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-version}"
 
 inherit useradd