summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-06-24 20:56:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-06-26 05:08:04 +0300
commit8cfce250696afb59973945b9d650eafd4569ca5a (patch)
treed2391c8c9e653e41e0fd7422aa14eca9f22c32e7 /meta-phosphor/common/recipes-phosphor/settings
parent367af7c7d35f62627fa16d0baa6fac5a48ba17c5 (diff)
downloadopenbmc-8cfce250696afb59973945b9d650eafd4569ca5a.tar.xz
settings: add depends on cereal
Cereal is used to serialize and thereby persist to the filesystem, changes to settings. Change-Id: I02756e1e785706654cd2ed8a06f513f4aa5c0fa6 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.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 56db58b4cf..1c30188083 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 += "cereal"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"