commit | 45f357f6a92284d817322b97e235590fbb3b1d29 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Wed Jul 12 19:20:34 2023 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Jul 13 18:29:44 2023 +0000 |
tree | 204d3da389d1da5a24b55a46db0193dac3d0eb41 | |
parent | 61c25a12d5bbf33a6b64f0c0706a73b49170afc7 [diff] |
phosphor-nvme: srcrev bump 7da98588dc..839141e510 Patrick Williams (1): build: upgrade to C++23 Change-Id: Ia531013cb991ade8cbdb84e2577b6b2b6f28a4cb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb index 70fb47f..3fa1920 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "sdeventplus" DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" -SRCREV = "7da98588dc04f55ce03599dbfd16fd3c072f5955" +SRCREV = "839141e51099b110418d440e7886655b2c546d3f" PR = "r1" SRC_URI = "git://github.com/openbmc/phosphor-nvme.git;protocol=https;branch=master"