From 17c08bf7c941f90e9e82e1361248db405aba40c7 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 18 Oct 2018 17:07:53 -0400 Subject: meta-phosphor: switch to meta-oe libcereal A cereal recipe was added recently to meta-openembedded. Use it so we can deprecate our version of it. (From meta-phosphor rev: cc51cd9910f3480cf4d2e0bff8aa6b95162e5bc1) Change-Id: I7746dbd1eda3011b870b85770092b2d020800af7 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/state/phosphor-state-manager.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/state') diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager.bb index 97d3dc707..2ec65c11f 100644 --- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager.bb +++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager.bb @@ -41,7 +41,7 @@ DEPENDS += "sdbusplus" DEPENDS += "sdeventplus" DEPENDS += "phosphor-logging" DEPENDS += "phosphor-dbus-interfaces" -DEPENDS += "cereal" +DEPENDS += "libcereal" RDEPENDS_${PN} += "sdbusplus" RDEPENDS_${PN}-host += "libsystemd phosphor-dbus-interfaces" -- cgit v1.2.1