summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-05-15 17:32:01 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-15 22:05:17 +0300
commite24c60926f58ae8d60c4eadb02acfcca25ee0506 (patch)
treeccca8c6c0a42f2e36a3fc68f461e0364358d00af
parent3f3ac694f3da006a50ae8ff14a608c7a2e448be0 (diff)
downloadopenbmc-e24c60926f58ae8d60c4eadb02acfcca25ee0506.tar.xz
phosphor-state-manager: srcrev bump 34b3b407d5..2975e26fe7
Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: dde46ebc13f4f979a0bcc579391b1da03a4e28aa) Change-Id: If70d3964b3ed20c740dcf645f244cd848b7064a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb2
1 files changed, 1 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 1ce4a8dbe6..5faf206c95 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -266,6 +266,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 = "34b3b407d5d8dbc180c1356dd346f0b85e207ab2"
+SRCREV = "2975e26fe719db4e308915aec379f9cf834ed3ea"
S = "${WORKDIR}/git"