summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-23 03:52:28 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-24 21:47:48 +0000
commit0ac545283b680e96eb9181c13bce96f239a7e09d (patch)
treebd19fd0f86f998da2c40455adcd5131497110ed0 /meta-phosphor
parent19d2b7dea27abdec52a699e3c41d706ea7fd9851 (diff)
downloadtalos-openbmc-0ac545283b680e96eb9181c13bce96f239a7e09d.tar.gz
talos-openbmc-0ac545283b680e96eb9181c13bce96f239a7e09d.zip
phosphor-logging: add missing dependency
phosphor-logging needs to depend on phosphor-dbus-interfaces-native to be able to receive a native path which houses error yaml interfaces. Resolves openbmc/openbmc#1372. Change-Id: I65ff1d36cf4a3faeeccdb880a4f6b3b8dd2d7892 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
index 671e9327b..ca94bfced 100644
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
+++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
@@ -17,7 +17,7 @@ DEPENDS += "systemd"
DEPENDS += "python-mako-native"
DEPENDS += "python-pyyaml-native"
DEPENDS += "sdbusplus sdbusplus-native"
-DEPENDS += "phosphor-dbus-interfaces"
+DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
DEPENDS += "virtual/phosphor-logging-callouts"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
PROVIDES += "virtual/obmc-logging-mgmt"
OpenPOWER on IntegriCloud