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/common/recipes-phosphor/settings/phosphor-settings-manager.bb b/common/recipes-phosphor/settings/phosphor-settings-manager.bb
index 56db58b..1c30188 100644
--- a/common/recipes-phosphor/settings/phosphor-settings-manager.bb
+++ b/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"