summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-04-14 16:51:25 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-04-15 00:22:59 +0300
commit0ff0475019badfb6ea1f8f17bb3785ca4a0ce402 (patch)
tree7fad2d9227c3d9c1fea608654c1eb1cb247ba84f /meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
parent9c8edb131772508f7197341e8159f7522ef76572 (diff)
downloadopenbmc-0ff0475019badfb6ea1f8f17bb3785ca4a0ce402.tar.xz
phosphor-state-manager: srcrev bump 4a4c1a6943..525478053c
Patrick Williams (2): obmcutil: fix shellcheck issues enable shellcheck Change-Id: I3473c064b88f2df04b58ce7b9a8b910aa783711f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index fce243822..2c0118efd 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -55,6 +55,8 @@ DEPENDS += "libcereal"
DEPENDS += "nlohmann-json"
DEPENDS += "cli11"
+RDEPENDS_${PN}-chassis += "bash"
+
FILES_${PN}-host = "${bindir}/phosphor-host-state-manager"
DBUS_SERVICE_${PN}-host += "xyz.openbmc_project.State.Host.service"
DBUS_SERVICE_${PN}-host += "phosphor-reboot-host@.service"
@@ -180,6 +182,6 @@ SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'FAN_LINK_FMT', 'OBMC_CHA
SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERROR_TARGETS', 'OBMC_HOST_INSTANCES')}"
SRC_URI += "git://github.com/openbmc/phosphor-state-manager"
-SRCREV = "4a4c1a69432dd88a4204e7a15a838aae75ae1d12"
+SRCREV = "525478053c362bf57f89ac032eed74cc7d3de744"
S = "${WORKDIR}/git"