From 12f0c9094d27b847d63da3471bd40a301ce3f5b7 Mon Sep 17 00:00:00 2001 From: Manojkiran Eda Date: Thu, 25 Jan 2024 04:20:28 -0600 Subject: meta-phosphor: Add cereal dependency for bios-settings-mgr bios-settings-mgr uses cereal library to persist data, but it is not explicitly mentioned as a dependency.This commit fixes it. The cereal dependency for bios-settings-mgr is added as part of the below commit: ``` https://github.com/openbmc/bios-settings-mgr/commit/72bed802bff8b5c1a7f656e415deb9dadd8e597f ``` Change-Id: I168e09f2fbc39531469ece53449f2e7b27807e29 Signed-off-by: Manojkiran Eda --- meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/bios') diff --git a/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb b/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb index 6fbc1a6a37..e666c71460 100644 --- a/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb @@ -7,12 +7,13 @@ HOMEPAGE = "https://github.com/openbmc/bios-settings-mgr" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab" DEPENDS = " boost \ + libcereal \ + nlohmann-json \ openssl \ phosphor-dbus-interfaces \ phosphor-logging \ sdbusplus \ - systemd \ - nlohmann-json " + systemd " SRCREV = "20de6de8a8fb01032dc90d698559259af4245a87" PV = "1.0+git${SRCPV}" PR = "r1" -- cgit v1.2.3