summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-27 22:56:49 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-28 05:13:46 +0300
commit9b6663cb61d3065a668a51c82a4b1e2025ef8955 (patch)
treee1bc73e0e42416dc27042a4ea5c6c65a64fe7e09 /meta-phosphor/recipes-phosphor/ipmi
parent3fba67496fdd79121bfc079b85c2bb5cac2fb6c7 (diff)
downloadopenbmc-9b6663cb61d3065a668a51c82a4b1e2025ef8955.tar.xz
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. (From meta-phosphor rev: 2b120948419c00a8bca7a5afd4c72b51c1f95cd3) Change-Id: Ic8d9cd5174b444499e7bf6c5aba900eed6c3f0d9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
index 22bcac65a..b2fe47cb7 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
@@ -11,6 +11,7 @@ inherit obmc-phosphor-ipmiprovider-symlink
DEPENDS += "autoconf-archive-native"
DEPENDS += "phosphor-ipmi-host"
+DEPENDS += "phosphor-logging"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs"