summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-07-01 21:42:07 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-07-02 00:23:27 +0300
commit2b5d2045106d342f7b65c7f445088ce9fc1841d0 (patch)
tree3abb38d166a88371ebe9fc6becaf215299639cce
parent52bcb8ff85610c015b2f05e4118be49a754cae39 (diff)
downloadopenbmc-2b5d2045106d342f7b65c7f445088ce9fc1841d0.tar.xz
phosphor-nvme: srcrev bump 9ebfa481ce..5e23bcde0a
George Hung (1): Fix static unordered_map may lead to segfault issue Change-Id: I10268061741646d4c6593c41fcae548d2e053bab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
index 0eb25d831..10d3bfb95 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
@@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging"
DEPENDS += "nlohmann-json"
SRC_URI = "git://github.com/openbmc/phosphor-nvme.git;protocol=git"
-SRCREV = "9ebfa481ce15ebbdf86abd21512999415dd6ef03"
+SRCREV = "5e23bcde0a3317f401f9c1b47d8bdb91569ec878"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.nvme.manager.service"