summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/bios
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2024-01-25 13:20:28 +0300
committerManojkiran Eda <manojkiran.eda@gmail.com>2024-01-25 20:10:28 +0300
commit12f0c9094d27b847d63da3471bd40a301ce3f5b7 (patch)
tree2549be8475100e1a647ef41766cf3065a904475b /meta-phosphor/recipes-phosphor/bios
parent34247ac9d662f02d39c8d1fbb24dc0ba80cdc0fd (diff)
downloadopenbmc-12f0c9094d27b847d63da3471bd40a301ce3f5b7.tar.xz
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 <manojkiran.eda@gmail.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/bios')
-rw-r--r--meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb5
1 files changed, 3 insertions, 2 deletions
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"