meta-phosphor: ipmi-blobs depends on ipmi-blob-tool

The BMC-side of phosphor-ipmi-blobs will require materials provided by
ipmi-blob-tool.

Change-Id: I698842bcca096b6475ca4e871bed13acced8064e
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
index 84fcae7..9465806 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
@@ -12,6 +12,7 @@
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "phosphor-ipmi-host"
 DEPENDS += "phosphor-logging"
+DEPENDS += "ipmi-blob-tool"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs"