summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-31 03:33:06 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-08-01 05:41:33 +0300
commitd55ffca1e6d5df30c9d6e0700a0bbb147ba6d81a (patch)
treeac3682ed8cd09f61ffc1c6bc08375b8b3ca38f43 /meta-phosphor/common/recipes-phosphor/settings
parentb163e9b2dc076a58c78782f990aef455cf22dee5 (diff)
downloadopenbmc-d55ffca1e6d5df30c9d6e0700a0bbb147ba6d81a.tar.xz
settings: Add missing phosphor-logging dependency
Change-Id: Ib5fcc3bc5d663719bd508810b2ffe87bf1943169 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager.bb b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager.bb
index 1c30188083..dcc6fe32bf 100644
--- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager.bb
@@ -18,6 +18,7 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += "virtual/phosphor-settings-defaults"
DEPENDS += "sdbusplus sdbusplus-native"
DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
+DEPENDS += "phosphor-logging"
DEPENDS += "cereal"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"