summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/bios
diff options
context:
space:
mode:
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"