phosphor-state-manager: srcrev bump 3c1351cc2b..d7a15cb133
Pavithra Barithaya (13):
Add clang-tidy to phosphor-state-manager
clang-tidy: Enable bugprone-forward-declaration-namespace check
clang-tidy: Add cert checks
clang-tidy: Add clang-analyzer checks
clang-tidy: Add some modernize checks
clang-tidy: Enable modernize-deprecated-headers check
clang-tidy: Enable modernize-raw-string-literal check
clang-tidy: Enable modernize-use-emplace check
clang-tidy: Enable modernize-use-override check
clang-tidy: Enable modernize-use-nullptr check
clang-tidy: Enable clang-analyzer-deadcode.DeadStores check
clang-tidy: Add performance checks
clang-tidy: Enable readability checks on repo
Change-Id: I2b6476475176f8158fbb426244fe18f42d4b55dd
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
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 970eab4..58ec1ae 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[vardeps] += "OBMC_CHASSIS_INSTANCES OBMC_HOST_INSTANCES"
SRC_URI = "git://github.com/openbmc/phosphor-state-manager;branch=master;protocol=https"
-SRCREV = "3c1351cc2b63178876ef68f4107c9804d2e17dcc"
+SRCREV = "d7a15cb133501eea0d76c66ffa83c987c3e7adb0"
S = "${WORKDIR}/git"