meta-phosphor: phosphor-ipmi-blobs: add logging dependency

phosphor-ipmi-blobs is transitioning to using phosphor-logging in an
upcoming patchset which warrants adding the build dependency to the
recipe.

Change-Id: Ic72c94ffac4ff087afcb3f3e7e8a90f90df85755
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 22bcac6..b2fe47c 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
@@ -11,6 +11,7 @@
 
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "phosphor-ipmi-host"
+DEPENDS += "phosphor-logging"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs"