commit | 8cfce250696afb59973945b9d650eafd4569ca5a | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Sat Jun 24 12:56:18 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 26 02:08:04 2017 +0000 |
tree | d2391c8c9e653e41e0fd7422aa14eca9f22c32e7 | |
parent | 367af7c7d35f62627fa16d0baa6fac5a48ba17c5 [diff] |
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>
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 56db58b..1c30188 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 += "virtual/phosphor-settings-defaults" DEPENDS += "sdbusplus sdbusplus-native" DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native" +DEPENDS += "cereal" RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"